Tags: hihacoder/yaraft
Tags
This is the beta release of yaraft. On this release, log replication and leader election descripted in [raft paper](https://raft.github.io/raft.pdf) is completely implemented. We have also migrated the unit test of etcd/raft to yaraft. Until now all tests in raft_paper_test were totally migrated.