We currently have a direct Websocket connection that goes to a backend webservice
from our UI Application. Now when we are trying to do the same through Zuul(ApiGateway) we
You can use spring-cloud-starter-gateway instead of zuul. WebSocket is supported and it's a much better developer experience since it's tightly integrated with Spring.