You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/15 07:46:39 UTC

[GitHub] [apisix] tzssangglass commented on issue #7671: help request: Can the performance of grpc-transcode be improved? Or analysis?

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

   IMO, grpc-transcode involves full protocol conversion and coding and decoding of the body, which can degrade performance. cc @spacewander @tokers Do you guys have some ideas?
   
   I have a question: using  `grpc-transcode` means the request path is: HTTP(s) -> APISIX -> gRPC server, different from GRPC client directly requesting GRPC Server QPS:
   - using grpc-transcode adds a layer of web proxy
   - using grpc-transcode would add twice protocol conversions and codecs


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org