Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Implement client_append_request for Replica #30

Closed Hoverbear closed 9 years ago

Hoverbear commented 9 years ago

First implementation of client_append_request() handling for the Replica. Includes unit test. I noted that the elect_leader() testing function did not actually set the Leader of the follower. Was this intended @danburkert ?