This repository was archived by the owner on Sep 6, 2018. It is now read-only.

Description
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?