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

GH-2991: Fix unwanted warning logs in KMLC #2994

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

sobychacko
Copy link
Contributor

Fixes: #2991

There is a warning log from KafkaMessageListenerContainter#checkRebalanceCommits that unconditionally prints that offsets could not be committed. Because of this unconditional check, the messages are very likely to be false positives. Fixing this by adding a check to see if there are indeed uncommitted records.

Fixes: spring-projects#2991

There is a warning log from `KafkaMessageListenerContainter#checkRebalanceCommits`
that unconditionally prints that offsets could not be committed. Because of this
unconditional check, the messages are very likely to be false positives. Fixing
this by adding a check to see if there are indeed uncommitted records.
@artembilan artembilan merged commit f9476a3 into spring-projects:main Jan 17, 2024
3 checks passed
@artembilan
Copy link
Member

... and cherry-picked to 3.0.x

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.

False warning log for not committed offsets on CooperativeStickyAssignor strategy
2 participants