SSE implementation in Spark REST

494 Views Asked by At

Looking for a simple example of a GET rest api that produces text/event-stream. How do I keep a track of listeners, how to use emitter in spark? Basically, how do I achieve SSE using spark framework (Server side code)

0

There are 0 best solutions below