This repository implements the Raft consensus algorithm. It's in no way production ready implementation, more so implementation to better understand how the algorithm works. You can read more about this here.
- gRPC Communication
- Error handling
- Follower request proxy
- File based storage
- Unit tests
- Integration tests