Implementing Raft: Part 3 - Log Replication
In Part 2, we implemented leader election and got our cluster to choose a leader and maintain leadership through heartbeats. But a leader that can’t do anything useful isn’t much of a leader! Now it’s time to implement the heart... Read more about Implementing Raft: Part 3 - Log Replication