-
Notifications
You must be signed in to change notification settings - Fork 798
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when seeking offsets in compressed batches
The reader was failing to mark the current message as read when fast forwarding through a compressed message set with more than one inner messages. Additionally, it was only discarding the message key instead of both the key and the value. After fixing this, the reader was able to discard the message correctly, and start parsing the next message header.
- Loading branch information
Collin Van Dyck
committed
Oct 18, 2021
1 parent
c5dc58d
commit de5fea3
Showing
2 changed files
with
271 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.