juzhiyuan commented on a change in pull request #2734: URL: https://github.com/apache/apisix/pull/2734#discussion_r522699713
########## File path: doc/zh-cn/install-dependencies.md ########## @@ -27,7 +27,7 @@ 注意 ==== -- Apache APISIX 从 v2.0 开始不再支持 `v2` 版本的 etcd,并且 etcd 最低支持版本为 v3.4.0。 +- Apache APISIX 从 v2.0 开始不再支持 `v2` 版本的 etcd,并且 etcd 最低支持版本为 v3.4.0。更要重要的是,因为 etcd v3 使用 gPRC 作为消息传递协议,而 Apache APISIX 使用 HTTP(S) 与 etcd 集群交互,因此请确保 [etcd gRPC gateway](https://etcd.io/docs/v3.4.0/dev-guide/api_grpc_gateway/) 功能是被启用的。 Review comment: 1. 因此请使用 etcd 3.4.0+。 2. Typo: 更重要的是 3. Use 通信 instead of 交互 4. 请确保启用 xxx。 ---------------------------------------------------------------- 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]
