Top "Raft" questions

A distributed consensus protocol designed to be easy to understand.

paxos vs raft for leader election

After reading paxos and raft paper, I have following confusion: paxos paper only describe consensus on single log entry, which …

distributed-system consensus paxos raft
Conflict-free Replicated Data Types (CRDT) vs Paxos or Raft

When is it a good idea to use something like CRDT instead of paxos or raft?

scalability distributed paxos raft crdt
What is the difference between zookeeper and raft?

this 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