SylviaBABY commented on code in PR #6891: URL: https://github.com/apache/apisix/pull/6891#discussion_r854750272
########## docs/zh/latest/plugins/grpc-transcode.md: ########## @@ -23,20 +29,40 @@ title: grpc-transcode ## 描述 -HTTP(s) -> APISIX -> gRPC server +`grpc-transcode` 插件可以在 HTTP 和 gRPC 请求之间进行转换。 -## Proto +APISIX 接收 HTTP 请求后,首先对请求进行转码,并将转码后的请求转发到 gRPC 服务,获取响应并以 HTTP 格式将其返回给客户端。 -### 参数 +<!-- TODO: use an image here to explain the concept better --> Review Comment: you can use picture in this post:https://apisix.apache.org/zh/blog/2022/01/25/apisix-grpc-web-integration -- 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]
