I am currently experimenting with a project using goraft (https://github.com/zond/drafty), and I have made some things work, but I notice that goraft doesn't automatically kick peers that don't respond to the heartbeat AppendEntries.
If an AppendEntries fails, should I just execute a DefaultLeaveCommand on the master?
I am currently experimenting with a project using goraft (https://github.com/zond/drafty), and I have made some things work, but I notice that goraft doesn't automatically kick peers that don't respond to the heartbeat AppendEntries.
If an AppendEntries fails, should I just execute a DefaultLeaveCommand on the master?