tikv / raft-rs

Raft distributed consensus algorithm implemented in Rust.
Apache License 2.0
2.93k stars 394 forks source link

add “command line interaction" for the example five-men-node #468

Open betwins opened 2 years ago

betwins commented 2 years ago

I think example five-mem-node is very good for beginner interesting in raft-rs. So it is valubable to keep improving it. One option is add command line interaction support for the example. it help us freely add or remove node for raft group, submit new proposal, transfer leader. It will help much in understanding how raft-rs works.