Crates.io | zookeeper-async |
lib.rs | zookeeper-async |
version | 5.0.0 |
source | src |
created_at | 2020-08-14 09:12:47.980211 |
updated_at | 2024-03-07 15:24:47.793236 |
description | An async ZooKeeper client |
homepage | https://github.com/krojew/rust-zookeeper |
repository | https://github.com/krojew/rust-zookeeper |
max_upload_size | |
id | 276520 |
size | 174,947 |
Async Zookeeper client written 100% in Rust, based on tokio.
This library is intended to be equivalent with the official (low-level) ZooKeeper client which ships with the official ZK distribution.
Some Curator recipes are available in the recipes directory.
Check the examples directory
If you find a bug or would like to see a feature implemented please raise an issue or send a pull-request.
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.