hnlq715 commented on a change in pull request #3547:
URL: https://github.com/apache/apisix/pull/3547#discussion_r571900041
##########
File path: doc/grpc-proxy.md
##########
@@ -37,6 +37,7 @@ Here's an example, to proxying gRPC service by specified
route:
* attention: the `scheme` of the route's upstream must be `grpc` or `grpcs`.
* attention: APISIX use TLS‑encrypted HTTP/2 to expose gRPC service, so need
to [config SSL certificate](https.md)
+* attention: APISIX also support to expose gRPC service with plaintext HTTP/2,
which do not need to config SSL certificate, usually used to proxy gRPC service
in intranet environment
Review comment:
Maybe this is a little hard to understand for user...? Maybe it's enough
to mention in doc that this feature is supported, and show how to configure it?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]