msgOutCounter parameter showing some values even I send messages from producer #22680
Unanswered
ragaur-tibco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @lhotari @visortelle
I have a query
I tried to send messages 10000 from the producer and when I see the topic stats it shows that msgInCounter -> 10000 but in msgOutCounter -> 2000 why is this the case?
Please correct me if I am wrong
msgInCounter-> shows the number of messages present in a topic and send by the producer
msgOutCounter -> shows the number of messages consumed by consumer
So without running the consumer code is there any possibility that the values of msgOutCounter parameter increased?
Beta Was this translation helpful? Give feedback.
All reactions