Zookeeper Tools

A collection of higher-level API’s built on top of Apache Zookeeper, a distributed, highly reliable coordination service with no single point of failure.

Features:

  • Connection Object - A Zookeeper Connection object that handles proxying calls to zookeeper using the correct zookeeper handle, and re-establishing the connection during connection loss in a call.
  • Locks - A Zookeeper lock with support for non-blocking acquire, shared read/write locks, and modeled on Python’s Lock objects that also includes Revocable Shared Locks with Freaking Laser Beams described in the Zookeeper Recipes.
  • Nodes - Zookeeper Node objects to track values in Zookeeper Nodes automatically.

Reference Material

Reference material includes documentation for every zktools API.

License

zktools is offered under the MPL license.

Authors

zktools is made available by the Mozilla Foundation.

Source

Source code can be found on the github zktools repository.

Table Of Contents

Next topic

API Documentation

This Page