You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
matzegebbe
changed the title
HTML5 Server-Sent Events with SseEmitter threw zuul proxy
HTML5 Server-Sent Events with SseEmitter through zuul proxy
Nov 20, 2017
I use zuul with spring boot 1.5.8 and spring cloud Dalston.SR4
Also I have a small spring boot project with Server Sent Events using SseEmitter. This works fine when I directly call the application.
Calling the same application through the zuul proxy is not working. The stream endpoint is opened but I get no response (not killed by a timeout)
Does sse works with zuul?
directly
https://user-images.githubusercontent.com/3482021/33031964-12c80ffc-ce20-11e7-890e-c993bfdba428.png
With zuul
https://user-images.githubusercontent.com/3482021/33032012-384f1996-ce20-11e7-86e7-d13347a06bcf.png
The text was updated successfully, but these errors were encountered: