Raft
The Raft algorithm implement by Rust.
This project refers to Eli Bendersky's website, the link as follows:
https://eli.thegreenplace.net/2020/implementing-raft-part-0-introduction/
Status
Todo
- Elections.
- Commands and log replication.
- Persistence and optimizations.
Reference
Contributing
If you like this project, star it please.
Please feel free to submit an issue.
Fork and PR are always welcomed.
License
- The Raft project is under version 2.0 of the Apache License.