kazoo
kazoo copied to clipboard
Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
This adds a subclass of DataWatch which only operates on existing ZNodes. If a user uses a DataWatch on a path and the ZNode at that path is deleted, the...
closes #644 #662 #663 ## Why is this needed? Migrate to python packaging best practices. ## Proposed Changes - use setup.cfg & pyproject.toml to build kazoo ## Does this PR...
Also add support through transations. Closes #334, #496
## Expected Behavior I want to use KazooClient to connect zookeeper by kerberos,but failed to auth. ## Actual Behavior auth success # my test code: `import os import subprocess import...
Fixes # ## Why is this needed? Warehouse now uses the project_urls provided to display links in the sidebar on [this screen](https://pypi.org/project/requests/), as well as including them in API responses...
The TreeCache recipe seems to generate a large amount of traffic while reconnecting to the ZK node ( This usually happens when there is a leader election in the cluster,...
Examples: * https://github.com/pallets/flask/blob/main/setup.py * https://github.com/pallets/flask/blob/main/setup.cfg
kazoo client hangs when I use it within multiprocess. I'm thinking it's most likely because it's not safe for a child and parent process to share kazoo client. If that's...
## Why is this needed? Make sure the lib is working with Python 3.10 and the latest ZK version (3.6.3) ## Proposed Changes - add Python 3.10 in matrix testing...