mloves0824 commented on issue #9354:
URL: https://github.com/apache/apisix/issues/9354#issuecomment-1518987130

   > Can you describe your specific scenario? Why do you need such a feature?
   
   Our business scenario is a real-time data push scenario.
   1. The web page establishes a persistent connection with the websocket 
gateway.
   2. The webpage subscribes to the backend service through this connection, 
and the websocekt gateway forwards the subscription request to the backend 
service through grpc or kafka.
   3. The backend service generates real-time data, which is pushed to the 
websocket gateway through grpc or kafka, and the gateway pushes the real-time 
data to the web page.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to