PublisherStatsImpl count always reports 0 #22520
Unanswered
kasyapakuchi
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
-
I'm trying to use producer.getStats() (which is of type PublisherStatsImpl) to get producer stats for every produce txn.
Basically, I want to know this - When a producer connection is closed, I want to know now of msgs produced in this txn, size of msgs, throughout etc., I'm calling producer.getStats() in the producerClosed() method of BrokerInterceptor.
Beta Was this translation helpful? Give feedback.
All reactions