Conflict-free Replicated Data Types (CRDT) vs Paxos or Raft
If you can use something like CRDT, do so. You should get much better performance. It also enables interesting use cases such as working offline and then merging later. However it is not always possible to design things such that a CRDT will work for you. In that case, paxos can solve the hard problems … Read more