pekko/akka-distributed-data
Patrik Nordwall 2970287f95 discard large deltas, #23025
* to avoid OversizedPayloadException
* some complex deltas grow for each update operation, e.g.
  when updating different keys in ORMap (PNCounterMap)
* such large deltas can safely be discarded and disseminated as full
  state instead
* added ReplicatedDeltaSize interface to be able to define the "size"
  and when that size exceeds configured threshold the delta is discarded
2017-06-16 14:20:26 +02:00
..
src discard large deltas, #23025 2017-06-16 14:20:26 +02:00
build.sbt Promote Distributed Data, #22201 2017-01-24 12:49:27 +01:00