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.
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'srecipesand wrap them in a nice API.