0.128
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:
- Artio buffers messages in the SenderEndPoint and not re-scan the archive, which potentially uses more memory but removes error prone and complex code.
- Artio no longer back-pressures FIX sessions during replay.
- The backpressureMessagesDuringReplay configuration option has been removed from Artio as it's no longer needed.