From 6ba9c7f81b41d80e306fb2b10a95309cdd3783cf Mon Sep 17 00:00:00 2001 From: songzhendong Date: Tue, 7 Jul 2020 09:43:44 +0800 Subject: [PATCH] Dynamic Configuration Zookeeper Implementation (#5040) --- docs/en/setup/backend/dynamic-config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/setup/backend/dynamic-config.md b/docs/en/setup/backend/dynamic-config.md index 6b7045d9e..5b7c0d1df 100755 --- a/docs/en/setup/backend/dynamic-config.md +++ b/docs/en/setup/backend/dynamic-config.md @@ -43,7 +43,6 @@ configuration: ``` ## Dynamic Configuration Zookeeper Implementation - [Zookeeper](https://github.com/apache/zookeeper) is also supported as DCC(Dynamic Configuration Center), to use it, please configure as follows: ```yaml @@ -58,6 +57,8 @@ configuration: maxRetries: ${SW_CONFIG_ZK_MAX_RETRIES:3} # max number of times to retry ``` +The **nameSpace** is the ZooKeeper path. The config key and value are the properties of the `namespace` folder. + ## Dynamic Configuration Etcd Implementation [Etcd](https://github.com/etcd-io/etcd) is also supported as DCC(Dynamic Configuration Center), to use it, please configure as follows: