zookeeper zknodes traversal to update acl's
问题 Currently, I have zknodes with ACL property world:anyone:crdwa. With new requirement, I need to update ACL to use auth scheme. For that, I need to update all current zknodes with auth scheme ACL too. I am planning to write a python script and do DFS traversal doing so. I want to reach out to learn, if there is an open source library or better way to achieve the same? 回答1: Scripting the traversal in Python (or any language of choice) is a viable solution. Current releases of Apache ZooKeeper