Pick one and press Start, then click Next › to step through it.
Both writes rippling out from different origins and meeting in the middle — after enough rounds every node holds both.
How a cluster reaches agreement with no coordinator and no single point of failure — just peers chatting.
Each WRITE lands on one node. In each round, every node contacts a random peer and they reconcile state (push-pull), so both keys spread outward and overwrite-by-version resolves any conflict.