issues
search
patriknw
/
akka-data-replication
Replication of CRDTs in Akka Cluster
Other
216
stars
18
forks
source link
Remove local seqNo
#18
Closed
patriknw
closed
10 years ago
patriknw
commented
10 years ago
It does not provide the safetey that was intended
The seqNo must be used as in the ReplicatedShoppingCartSpec example, i.e. get-modify-update cycle with stashing in-between, and that is too complicated and too easy to get wrong
Disabled RemovedNodePruning for now
Refs #16
Refs #16