stackabletech/tokio-zookeeper

Implement the ZooKeeper Recipies

Open

#10 opened on Jul 30, 2018

 (0 comments) (0 reactions) (0 assignees)Rust (22 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (77 stars)
PR merge metrics
 (PR metrics pending)

Description

The Apache ZooKeeper website provides a number of "ZooKeeper recipies" for things like barriers, queues, locks, two-phased commit, and leader election. We should implement all those recipes in a module like rust-zookeeper's recipes and wrap them in a nice API.

Contributor guide