Open Barathi07 opened 7 years ago
thank you,if i didn't see you NOTE,i wouldn't work with this demo successfully.
hi When I accessed through the zuul, I encountered the same problem. then I modified something to run successfully:
zuul.routes.hello.url
pom->webjar... dependencies
of hello service to the zuul service pom
@Barathi07 Can some one help with this ? zuul.routes.hello.url : http://localhost:7079 works
but if we put service id: hello its not working :(
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.