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!
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!