akka-data-replication
akka-data-replication copied to clipboard
Replication of CRDTs in Akka Cluster
Designing for eventual consistency is difficult, or at least different. We should provide guidelines for various design choices, such as read/write consistency levels. Let's collect some topics in this issue....
i noticed akka-Data-Replication also use VectorClock(source from Akka), i have some question: use ordered UniqueAddress for compare in Akka's VectorClock maybe it is ok, because the akka memberships status maintained...
_Only for discussion not finished yet_