Skip to content

Notifications service

Compare
Choose a tag to compare
@vany0114 vany0114 released this 04 Mar 03:50
· 31 commits to master since this release
ec82503
  • Create an independent service to manage the notifications in order to decouple it from the frontend and to allow a better scaling out for both, frontend and notifications service.
  • Add Redis to the cluster in order for SignalR to work properly into the cluster.
  • Disable Sticky Sessions in frontend's Ingress to allow a better load balancing since the notifications don't depend on the frontend anymore. The notification's Ingress is the one that has Sticky Sessions to manage the SignalR connections.