This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 959065452d2 Update proxy document for Etcd. (#29747)
959065452d2 is described below
commit 959065452d2208004cdd4cc877913e178f37058f
Author: Raigor <[email protected]>
AuthorDate: Wed Jan 17 13:35:40 2024 +0800
Update proxy document for Etcd. (#29747)
---
.../document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md | 2 +-
.../document/content/user-manual/shardingsphere-proxy/startup/bin.en.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md
b/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md
index ea506dc7b88..702e1b6329a 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.cn.md
@@ -40,7 +40,7 @@ ShardingSphere-Proxy 支持配置多个逻辑数据源,每个以 `config-` 前
ShardingSphere-Proxy 默认集成 ZooKeeper Curator 客户端,集群模式使用 ZooKeeper 无须引入其他依赖。
-如果集群模式使用 Etcd,需要将 Etcd 的客户端驱动程序 [jetcd-core
0.7.3](https://repo1.maven.org/maven2/io/etcd/jetcd-core/0.7.3/jetcd-core-0.7.3.jar)
复制至目录 `ext-lib`。
+如果集群模式使用 Etcd,需要将 Etcd 依赖的 [vertx-grpc
4.4.4](https://repo1.maven.org/maven2/io/vertx/vertx-grpc/4.4.4/vertx-grpc-4.4.4.jar)
和 [vertx-core
4.4.4](https://repo1.maven.org/maven2/io/vertx/vertx-core/4.4.4/vertx-core-4.4.4.jar)
复制至目录 `ext-lib`。
6. (可选)引入分布式事务所需依赖
diff --git
a/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.en.md
b/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.en.md
index 74633275cd2..970f4833083 100644
--- a/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.en.md
+++ b/docs/document/content/user-manual/shardingsphere-proxy/startup/bin.en.md
@@ -41,7 +41,7 @@ If the backend is connected to a MySQL database, please
download [mysql-connecto
ShardingSphere-Proxy integrates the ZooKeeper Curator client by default.
ZooKeeper is used in cluster mode without introducing other dependencies.
-If the cluster mode uses Etcd, the client drivers of Etcd [jetcd-core
0.7.3](https://repo1.maven.org/maven2/io/etcd/jetcd-core/0.7.3/jetcd-core-0.7.3.jar)
need to be copied into the `ext-lib` directory.
+If the cluster mode uses Etcd, please copy [vertx-grpc
4.4.4](https://repo1.maven.org/maven2/io/vertx/vertx-grpc/4.4.4/vertx-grpc-4.4.4.jar)
and [vertx-core
4.4.4](https://repo1.maven.org/maven2/io/vertx/vertx-core/4.4.4/vertx-core-4.4.4.jar)
that Etcd depends on into the `ext-lib` directory.
6. Introduce dependencies required by distributed transactions (Optional)