raft
raft copied to clipboard
raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol
Hi @shaj13 , Looks like current gprc protos do not expose cluster management apis, for example remove failed node from the cluster. Are there any plans on doing so? Thank...
I want to implement a distributed KV system with data sharding based on consistent hash , which involves the need to re-shard and transfer the cluster data after the cluster...
Reopening !19 properly
Hi there and thanks for sharing this project. I'm keen to introduce Raft into one of my projects in which there is a predefined cluster. During boot I'm getting the...
TODO
### TODO - [x] add tcp rpc - [x] check the conf change v2 - [ ] Repair wall - [ ] add more logs.
Hi, could you make a tag?
I have developed and key-value store with Bbolt. when testing, I noticed the previously applied commands get applied again after restart. I also tested this with the basic example in...