Skip to content

How can we see from the Kafka UI the messages that are processed and consumed by the consumer? #3657

Closed Answered by Haarolean
Thilaknath asked this question in Q&A
Discussion options

You must be logged in to vote

Hi.

Regarding the "how many messages are present in the queue":
It's called consumer lag, in our app could be found in consumers' view as "Messages Behind" column.

Regarding "how many are already consumed":
That's nearly impossible. You can't know which consumer consumed which message which, as well, is no longer present in the topic btw.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Thilaknath
Comment options

Answer selected by Haarolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants