| Crates.io | discotech_zookeeper |
| lib.rs | discotech_zookeeper |
| version | 0.1.0 |
| created_at | 2015-07-27 01:23:41.529419+00 |
| updated_at | 2015-12-11 23:58:31.338387+00 |
| description | A minimal ZooKeeper client, work in progress |
| homepage | https://github.com/bonifaido/rust-zookeeper |
| repository | https://github.com/bonifaido/rust-zookeeper |
| max_upload_size | |
| id | 2687 |
| size | 45,955 |
Zookeeper client written 100% in Rust - Work in Progress
This library is intended to be equivalent with the official (low-level) ZooKeeper client which ships with the official ZK distribution.
I have plans to implement recipes and more complex Curator like logic as well, but that takes a lot of time, so pull requests are more than welcome!
Put this in your Cargo.toml:
[dependencies.zookeeper]
git = "0.1.0"
And this in your crate root:
extern crate zookeeper;
Check the examples directory
Also if you find a bug or would like to see a feature implemented please raise an issue or send a pull-request.
Documentation is available on the gh-pages branch.
cd zk-test-cluster
mvn clean package
cd ..
cargo test
All contributions are welcome! If you need some inspiration, please take a look at the currently open issues.