Zookeeper Tools
Project description
zktools is a package of tools implementing higher level constructs using Apache Zookeeper.
It currently provides:
Configuration - Zookeeper Configuration Helpers to store and load configuration information stored in Zookeeper nodes.
Locks - A Zookeeper lock with support for non-blocking acquire, modeled on Python’s Lock objects that also includes a Revocable Shared Locks with Freaking Laser Beams described in the Zookeeper Recipe’s.
See the full docs for more information.
License
zktools is offered under the MPL license.
Changelog
0.2.1 (02/16/2012)
Fixed packaging bug.
0.2 (02/03/2012)
Changes
Added context manager return to lock to allow use of the ‘with’ statement.
Refactored to use zc.zk ZooKeeper library for higher level Zookeeper abstraction with automatic watch re-establishment.
Features
Node object to retrieve ZNode data from Zookeeper and keep it up to date.
Node objects can have data and children subscribers.
NodeDict object that maps a shallow tree (one level of children) into a dict-like object.
Backward Incompatibilities
SharedZkLock has been refactored into ZkWriteLock and ZkReadLock.
revoked is a property of Locks, not a method.
ZkConnection is gone, lock objects, ZkNode, and ZkNodeDict all expect zc.zk ZooKeeper instances.
0.1 (11/22/2011)
Features
Lock implementation, with revokable shared locks.
Zookeeper connection object with automatic reconnect.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file zktools-0.2.1.tar.gz
.
File metadata
- Download URL: zktools-0.2.1.tar.gz
- Upload date:
- Size: 193.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 04930257d6dc6b67c6a9d58f82cdd9d75e80eed93ab25753d4a28b7e9efad50c |
|
MD5 | d77514b30ecfce9e6c3c211176ecc52c |
|
BLAKE2b-256 | 1ccbc2af07f8aebf02ecfa2ee45fa47262d13745ee7d8e2debc51ad7c8104c22 |