A distributed consensus protocol designed to be easy to understand.
After reading paxos and raft paper, I have following confusion: paxos paper only describe consensus on single log entry, which …
distributed-system consensus paxos raftWhen is it a good idea to use something like CRDT instead of paxos or raft?
scalability distributed paxos raft crdtthis is really dumb but what does zookeeper do that raft doesn't - not talking about zab but zookeeper itself. …
algorithm distributed-computing distributed-system raft