Skip to content

0.128

Compare
Choose a tag to compare
@RichardWarburton RichardWarburton released this 12 May 09:43
· 475 commits to master since this release
  • Rewrite the implementation of slow consumer behaviour, this has several implications:
  1. Artio buffers messages in the SenderEndPoint and not re-scan the archive, which potentially uses more memory but removes error prone and complex code.
  2. Artio no longer back-pressures FIX sessions during replay.
  3. The backpressureMessagesDuringReplay configuration option has been removed from Artio as it's no longer needed.