Description
StateRestoreListener#restoreBatchCompleted takes the nextPosition longĀ for the batch ending offset, but the nextPosition is not correct, it should be the offset of the latest restored offset, but nextPosition is the offset of the first not restored offset.
We can't automatically use nextPosition - 1 as this could be a commit marker.
Attachments
Issue Links
- links to