0.139.2
·
333 commits
to master
since this release
- Fix
ReplayQuery
andReplayIndexExtractor
:- Querying when the last segment is full, but the next one hasn't been written yet leads to an exception about a missing segment file.
- Lap detection didn't work correctly potentially leading to not finding all messages in the index.
- Fix
ReplayIndex
to always delete all files when resetting. It's recommended to delete indexes before upgrading to avoid warnings. - Fix
Session.replayReceivedMessages()
to actually usereplayFromSequenceIndex
argument. - Fix
ReplayIndexExtractor
when querying before wrapping and removeReplayIndexValidator
. - Fix indexer quiescing.