tzssangglass commented on issue #7176:
URL: https://github.com/apache/apisix/issues/7176#issuecomment-1146527129

   The following is related to APISIX processing of the gRPC protocol
   
   1. gRPC Web Client -> APISIX -> gRPC server
   use `grpc-web` plugin.
   
   2. HTTP(s) -> APISIX -> gRPC server
   use `grpc-transcode` plugin
   
   3. gRPC server -> APISIX -> gRPC server
   use 
   
   ```
       "upstream": {
           "scheme": "grpc",
   ```
   
   Depending on your needs, select the plugin or specify the upstream schema.
   


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