Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-2991: Fix unwanted warning logs in KMLC
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. (cherry picked from commit f9476a3)
- Loading branch information