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 09:25:38 UTC

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

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

   First of all, protocol conversion will take some time which is not avoidable. There is a trade-off.
   
   What we can do is enhance the implementation of gRPC Transcode and make it faster. I don't have any further insights about it, we may inspect it via a flame graph and see if we can optimize the hot code path. Or even, change the way we implement gRPC Transcode (e.g, using FFI).


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