C bindings for ZooKeeper, the high-performance coordination service
ZooKeeper is a distributed, open-source coordination service for distributed applications. It exposes a simple set of primitives that distributed applications can build upon to implement higher level services for synchronization, configuration maintenance, and groups and naming. It is designed to be easy to program to, and uses a data model styled after the familiar directory tree structure of file systems. This port contains the C bindings for interacting with it.
ZooKeeper is a distributed, open-source coordination service for distributed applications. It exposes a simple set of primitives that distributed applications can build upon to implement higher level services for synchronization, configuration maintenance, and groups and naming. It is designed to be easy to program to, and uses a data model styled after the familiar directory tree structure of file systems. This port contains the C bindings for interacting with it.
To install libzookeeper, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libzookeeper
To see what files were installed by libzookeeper, run:
port contents libzookeeper
To later upgrade libzookeeper, run:
sudo port selfupdate && sudo port upgrade libzookeeper
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.