zookeeper-async

Crates.iozookeeper-async
lib.rszookeeper-async
version5.0.0
sourcesrc
created_at2020-08-14 09:12:47.980211
updated_at2024-03-07 15:24:47.793236
descriptionAn async ZooKeeper client
homepagehttps://github.com/krojew/rust-zookeeper
repositoryhttps://github.com/krojew/rust-zookeeper
max_upload_size
id276520
size174,947
Kamil Rojewski (krojew)

documentation

README

zookeeper-async

Version build status

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.

Examples

Check the examples directory

Features and Bugs

If you find a bug or would like to see a feature implemented please raise an issue or send a pull-request.

Running tests

cd zk-test-cluster
mvn clean package
cd ..
cargo test

Contributing

All contributions are welcome! If you need some inspiration, please take a look at the currently open issues.

Commit count: 375

cargo fmt