Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML5 Server-Sent Events with SseEmitter through zuul proxy #376

Closed
matzegebbe opened this issue Nov 20, 2017 · 1 comment
Closed

HTML5 Server-Sent Events with SseEmitter through zuul proxy #376

matzegebbe opened this issue Nov 20, 2017 · 1 comment

Comments

@matzegebbe
Copy link

matzegebbe commented 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

@matzegebbe 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
@artgon
Copy link
Contributor

artgon commented Nov 27, 2017

Zuul 1.x does not support SSE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants