mthizo247 / zuul-websocket-support-demo

A demo project to showcase netflix zuul proxy web socket support
Apache License 2.0
35 stars 37 forks source link

Websocket is not working via zuul #4

Open Barathi07 opened 7 years ago

Barathi07 commented 7 years ago

Hi,

We have started Eureka, Zuul and Hello application, we are able to establish websocket connection when we access through the url (http://localhost:7079) of hello application. But, via zuul (http://localhost:7078) websocket connection establishment is not working, only the web page is getting displayed. When we click the Connect button, nothing happens. Please assist us. Are we missing any configuration?

NOTE: it works if we comment serviceID and uncomment url field in zuul configuration.

dingyz0575 commented 6 years ago

thank you,if i didn't see you NOTE,i wouldn't work with this demo successfully.

itliusir commented 6 years ago

hi When I accessed through the zuul, I encountered the same problem. then I modified something to run successfully:

chetz3 commented 6 years ago

Can some one help with this ? zuul.routes.hello.url : http://localhost:7079 works

but if we put service id: hello its not working :(