zk_shell
zk_shell copied to clipboard
A powerful & scriptable shell for Apache ZooKeeper
What’s New In Python 3.12 https://docs.python.org/3/whatsnew/3.12.html#other-language-changes `A backslash-character pair that is not a valid escape sequence now generates a [SyntaxWarning](https://docs.python.org/3/library/exceptions.html#SyntaxWarning), instead of [DeprecationWarning](https://docs.python.org/3/library/exceptions.html#DeprecationWarning). For example, re.compile("\d+\.\d+") now emits a [SyntaxWarning](https://docs.python.org/3/library/exceptions.html#SyntaxWarning)...
When I connect to an encrypted zk, I get the following error: ERROR:kazoo.client:Unhandled exception in connection loop Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/kazoo/protocol/connection.py", line 602, in _connect_attempt response =...
1. Create in zoo entry with utf-8 text (russian language for example)  check via zk-web - OK 2. get value by zk-shell zk-shell --run-once "get /test/tester" 10.12.47.107:2181 тестовая строка...
Hello, I have the following questions, I hope to be answered: 1. Zk_shell supports copying ZooKeeper cluster to json file, but how to restore from json file to original ZooKeeper...