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

Is it possible to run the demo without stomp support? #3

Open jasonkoo opened 7 years ago

jasonkoo commented 7 years ago

As far as I know, stomp is not mandatory to spring websocket integration. So is it possible to make zuul only support the pure websocket without message brokers? For example, a client establishes a websocket connection with zuul, then zuul establishes another websocket connection with a backend service. The client can use the websocket connection to communicate with the backend service through zuul. Thank you!

chethankpc commented 3 years ago

Did anyone find a way to make it work the way it is said above?