-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
Get correct next offset for compacted topics #577
Merged
Merged
Commits on Dec 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c86d834 - Browse repository at this point
Copy the full SHA c86d834View commit details -
Resolve current offset when batch consists of only messages from befo…
…re the requested offset Apparently this can happen when you get compacted topics, which can cause you to get stuck, because there's no way to resolve any offsets. What we do now in that case is to resolve the fetched offset, which will advance by one. We can't just use the highwatermark because you can get a batch consisting only of these "old" compacted records while still having lots of valid messages afterwards (so you don't want to skip to the end of the partition). Hopefully fixes #562
Configuration menu - View commit details
-
Copy full SHA for 912fe95 - Browse repository at this point
Copy the full SHA 912fe95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2f69c - Browse repository at this point
Copy the full SHA 7c2f69cView commit details
Commits on Dec 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b579f66 - Browse repository at this point
Copy the full SHA b579f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9fa09e - Browse repository at this point
Copy the full SHA f9fa09eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b8264 - Browse repository at this point
Copy the full SHA 21b8264View commit details -
Merge branch 'get-correct-next-offset-for-compacted-topics' of github…
….com:tulios/kafkajs into get-correct-next-offset-for-compacted-topics
Configuration menu - View commit details
-
Copy full SHA for 8a85884 - Browse repository at this point
Copy the full SHA 8a85884View commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b3d9de4 - Browse repository at this point
Copy the full SHA b3d9de4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.