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

   @mloves0824 No, it does not support websocket-to-grpc.
   Nginx websocket proxying is via HTTP 1.1 upgrade, i.e. the upstream http 
connection is downgraded to a plain tcp connection for websocket messaging.
   If you need transcoding, then you need to implement it in lua code.


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