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 Replica AppendEntries{Request, Response} handling #22

Closed danburkert closed 9 years ago

danburkert commented 9 years ago

Testing of AppendEntries is blocked on implementing heartbeat timeouts and client requests.

Hoverbear commented 9 years ago

Looks good, thanks!