graft icon indicating copy to clipboard operation
graft copied to clipboard

A RAFT Election implementation in Go.

Results 5 graft issues
Sort by recently updated
recently updated
newest added

HI, we are seeing very frequent leadership changes (every ~5 minutes) while running on GKE (but have heard it happens on EKS as well). I believe this happens whether we...

Hi - our question is "is it possible to specify for a cluster option values for - HEARTBEAT_INTERVAL - MIN_ELECTION_TIMEOUT - MAX_ELECTION_TIMEOUT In place of the default hard coded values....

Hey there, Do you have any plans to include support for dynamic membership changes to the raft cluster? Cheers

Hi, Thanks for providing graft. I like how simple graft is to use and understand. I was able to accomplish what I was looking for with graft so far, simple...

I'm using this library with `-race` and Go warned me about some possible race conditions. This commit fixes it. All tests are still working. :1st_place_medal: