pekko/akka-docs/rst/scala/code/docs
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
..
actor Change signature of addJvmShutdownHook 2017-01-25 10:52:47 +01:00
agent extended copyright into 2017 2017-01-04 17:37:15 +01:00
akka/typed extended copyright into 2017 2017-01-04 17:37:15 +01:00
camel extended copyright into 2017 2017-01-04 17:37:15 +01:00
cluster Remove samples (#22288) 2017-02-14 12:10:23 +01:00
ddata Merge pull request #22269 from gosubpl/wip/22187-delta-crdt-gset 2017-02-16 15:45:28 +01:00
dispatcher extended copyright into 2017 2017-01-04 17:37:15 +01:00
event define Listener classes as top level class and remove unused AnyRef instance 2017-01-18 17:06:34 +05:00
extension extended copyright into 2017 2017-01-04 17:37:15 +01:00
future extended copyright into 2017 2017-01-04 17:37:15 +01:00
io extended copyright into 2017 2017-01-04 17:37:15 +01:00
pattern extended copyright into 2017 2017-01-04 17:37:15 +01:00
persistence Remove samples (#22288) 2017-02-14 12:10:23 +01:00
remoting extended copyright into 2017 2017-01-04 17:37:15 +01:00
routing extended copyright into 2017 2017-01-04 17:37:15 +01:00
serialization causal delivery of deltas, #22188 2017-02-22 14:27:36 +01:00
stream Merge pull request #22039 from ortigali/wip-21996-RecipeGlobalRateLimit 2017-02-21 14:06:07 +01:00
testkit extended copyright into 2017 2017-01-04 17:37:15 +01:00
CompileOnlySpec.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00