geekyhacker.com
Distributed SSE with Spring SseEmitter and Redis Pub/Sub
In the last article, we demonstrated how to use Server-Sent Events with Spring MVC SseEmitter. In this post, we expand the scope of the previous example to support distributed SSE. To achieve that …