Package raft implements Raft Concensus Algorithm as described in https://raft.github.io/raft.pdf.
Features implemented:
- Leader Election
- Log Replication
- Membership Changes
- Log Compaction
raftctl
command line tool to inspect and modify cluster
see example/kvstore for usage