We created 7 micro-services for our project and all are exposed through zuul proxy.
One of the micro service(Live-dashboard) contains Spring boot reactive stream for live dashboard refresh using (Server sent events).
The reactive stream is working fine through Live Dashboard micro-service direct rest api (http://localhost:8092/live/dashboard).
But stream is not working through zuul proxy (http://localhost:8091/rest/livedashboard/live/dashboard) it is giving normal api response.
Please give suggestions anyone having any ideas, how reactive stream is working through zuul proxy?