consensus

  • Consensus with Raft Algorithm

    ยท

    Placeholder Icon

    When we talk about consensus in a distributed system, we talk about a system consisting of multiple machines that act as one state machine yet capable of surviving failures of some of the system nodes. Consensus algorithms are designed to enforce all distributed nodes have the same state so that the distributed system can tolerate…

    Read More