pekko/akka-docs/src/test/scala
Patrik Nordwall a548949143
Chunked messages in reliable delivery, #24276 (#28915)
* To avoid head of line blocking from serialization and transfer of large messages
  this can be enabled.
* ProducerController setting to chunk messages
* split up large messages in chunks in ProducerController
  and assemble again in ConsumerController
* serialization moved to these actors instead of in the Artery stream
* other messages (for other actors) can interleave with the chunks
* serializer for ChunkedMessage in SequencedMessage and MessageSent
* cleanup partially stored chunked messages
* reference docs
* mima filters
* additional test for sending the Request after half window size
* enforce that chunk-large-messages=off for sharding and work-pulling
2020-09-07 14:02:52 +02:00
..
docs Chunked messages in reliable delivery, #24276 (#28915) 2020-09-07 14:02:52 +02:00
typed Getting started referred to a package name not present in quickstart (#28549) 2020-02-04 14:41:01 +01:00