The Zookeeper atomic broadcast (Zab) protocol in Rust.
Stars
0
Forks
1
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
The master and replica processes are routed through a ProcessRouter.
9d717d1View on GitHubUsing the correct loose equality comparisons in the final stage of fast leader election.
3d3bfabView on GitHubMocking out fast leader election. Exit points are unfinished.
a4473f8View on GitHubGetting ready to implement fast leader election, for real this time.
340a7c2View on GitHubMocked up complete pseudocode for fast leader election based on Zookeeper implementation.
9d8068bView on GitHub