Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 780 Bytes

README.textile

File metadata and controls

20 lines (11 loc) · 780 Bytes

zookeeper-client

About

A Scala client for Apache ZooKeeper, “a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services”.

ZooKeeper provides a Java client library that’s perfectly usable from Scala. This just wraps some idioms and niceties around that library to make it as Scala-friendly as possible. It also ships with tests, so you can have some confidence that you’ll be able to interact with ZooKeeper from Scala in a predictable and reliable way.

Usage

TODO

Authors

License

Apache License, Version 2.0. See the LICENSE file for more information.