Replies: 1 comment 1 reply
-
It is likely the consumer read all the messages in the stream, but there may extra information at the end of the stream and the offset lag is based on the offset of this piece of data. Did you just publish messages to this stream, no stored offset for consumers or use of deduplication for publishers? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm observing a persistent consumer offset lag in the RabbitMQ management UI for a stream, even though my consumer application has successfully processed all messages, verified through application log. I'm trying to determine the cause.
Consumer Configuration & Context
Stream client configuration:
As reference, the consumer code used in the service:
Questions
Is this expected behavior? If not, what could be the cause? Could be caused by the large message sizes?
Any insights would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions