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

Replica #18

Closed danburkert closed 9 years ago

danburkert commented 9 years ago

This is the initial sketch of the inner-Raft type that is not tied to the networking. Right now it is called Replica, but it can be renamed if we want later. I'm keeping it in it's own file right now so it won't cause a bunch of conflicts. I'll be fleshing out more of the methods today by bringing more code over from RaftNode.

Hoverbear commented 9 years ago

Great, thanks! I like this new architecture!