Distributed consensus with Raft
When working with distributed systems so many of the problems we're trying to
solve boil down to managing state across multiple nodes. Whether it's
replicating databases, mirroring message queues or achieving consensus in a
blockchain network, the crux of the problem is keeping a distributed state
machine in sync.
Replication