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 read messages logic #56

Merged
merged 4 commits into from
Nov 28, 2024
Merged

Fix read messages logic #56

merged 4 commits into from
Nov 28, 2024

Conversation

maeb
Copy link
Member

@maeb maeb commented Nov 28, 2024

Not every offset has a message and thus the logic cannot just increment offset by 1 and read next message. This PR fixes this and consolidates the message type.

maeb added 4 commits November 27, 2024 16:21
This commit reads latest messages in a way that takes into account
the fact that not every kafka offset contain a message.
@maeb maeb merged commit f79c7f7 into main Nov 28, 2024
4 checks passed
@maeb maeb deleted the fix/read-messages branch November 28, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants