Replies: 1 comment
-
I don't understand why this is so hard to fix on the broker. The broker clearly knows what the latest stable offset is in the topic, because it doesn't send any records (including transaction control records) to the consumer, yet the consumer metrics reports this as a lag. It shouldn't be difficult to change the lag calculation to use the latest stable offset, instead of the end offset. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyoune!!!
After the report, review of possible fixes, and interaction with the Kafka community, this lag is documented in other processes as an expected behavior. The issue was reported in version 2.8.11 with any version of Kafka. I haven't tested the latest versions of Spring-Kafka yet, but I'd like to hear your opinion on this matter regarding the latest versions.
I have the following questions:
In any case, I would like to know your point of view and opinion on this situation.
Looking forward to your feedback and insights.
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions