RSocket will ease the communication between microservices and a perfect replacement for traditional http communication.
- Microservices send notifications to central RSocket Server.
- Notification service pull the content from RSocket Server on Client Request.
- WebSocket Client will receive notifications realtime if subscribed to the notification service.