🥱 Toy RAFT consensus protocol implemetation, Just for fun ♪
Note: refactor wip
- No dependencies, just std lib
- Frontend
- Cluster -> RPC
- Balancer -> HTTP
- Balancing Modes
- Round-Robin
- Random Choice
- Leader redirection
- Reconfiguration?
- WIP...
- Step into balancer cmd directory
go run raft.go <node count>
- Send request!
- WIP...