lhotari commented on issue #23205:
URL: https://github.com/apache/pulsar/issues/23205#issuecomment-2304539526

   There's already a counter for message redelivery: 
https://github.com/apache/pulsar/blob/77b6378ae8b9ac83962f71063ad44d6ac57f8e32/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java#L959-L961
   However, this isn't currently exposed in the subscription stats. 
   This counter was added as part of Otel changes in 
https://github.com/apache/pulsar/pull/22693 . 
   There's also an ack counter that was added:
   
https://github.com/apache/pulsar/blob/77b6378ae8b9ac83962f71063ad44d6ac57f8e32/pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Consumer.java#L955-L957
   
   I think that it would be a non-breaking change to expose these in stats 
which wouldn't necessarily require a PIP.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to