EricGao888 commented on code in PR #11703:
URL: https://github.com/apache/dolphinscheduler/pull/11703#discussion_r958351742


##########
docs/docs/en/architecture/configuration.md:
##########
@@ -173,7 +173,7 @@ The default configuration is as follows:
 |registry.zookeeper.session-timeout|30s|session timeout|
 |registry.zookeeper.connection-timeout|30s|connection timeout|
 |registry.zookeeper.block-until-connected|600ms|waiting time to block until 
the connection succeeds|
-|registry.zookeeper.digest|~|digest of zookeeper|
+|registry.zookeeper.digest|{username}:{password}|digest of zookeeper to access 
znode, works only when acl is enabled, for more details plz check 
[https://zookeeper.apache.org/doc/r3.4.14/zookeeperAdmin.html](Apache Zookeeper 
doc) |

Review Comment:
   ```suggestion
   |registry.zookeeper.digest|{username}:{password}|digest of zookeeper to 
access znode, works only when acl is enabled, for more details please check 
[https://zookeeper.apache.org/doc/r3.4.14/zookeeperAdmin.html](Apache Zookeeper 
doc) |
   ```



-- 
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]

Reply via email to