Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: filter out records that we've not requested #99

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

crepererum
Copy link
Collaborator

@crepererum crepererum commented Feb 9, 2022

Kafka may always return entire record batches even though our request offset is "in the middle" of it. So we need to filter out records that that a lower than our minimal offset.

@crepererum crepererum force-pushed the crepererum/fix_half_record_batches branch from 4306d29 to cffa616 Compare February 14, 2022 09:30
@crepererum crepererum marked this pull request as ready for review February 14, 2022 09:32
@crepererum crepererum added the automerge Instruct kodiak to merge the PR label Feb 14, 2022
@kodiakhq kodiakhq bot merged commit 6c47b5b into main Feb 14, 2022
@crepererum crepererum deleted the crepererum/fix_half_record_batches branch February 16, 2022 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Instruct kodiak to merge the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants