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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: