pekko/akka-distributed-data/src/test/java/akka/cluster/ddata
Patrik Nordwall b700b840d1 causal delivery of deltas, #22188
* keep track of delta interval versions and skip deltas
  that are not consequtive, i.e. when some delta message was lost
* send the delta versions in the full state gossip to sync up the
  expected versions after dropped deltas
* implementation of deltas for ORSet
* refactoring of the delta types to allow for different type for the
  delta and the full state
* extensive tests
* mima filter
* performance optimizations
* simple pruning of deltas
* Java API
* update documentation
* KeyId type alias
* Use InternalApi annotation
2017-02-22 14:27:36 +01:00
..
JavaImplOfDeltaReplicatedData.java causal delivery of deltas, #22188 2017-02-22 14:27:36 +01:00
JavaImplOfDeltaReplicatedData2.java causal delivery of deltas, #22188 2017-02-22 14:27:36 +01:00
JavaImplOfReplicatedData.java make pruning of CRDT garbage work, #21647 2017-01-23 16:54:02 +01:00