lhotari commented on code in PR #25010:
URL: https://github.com/apache/pulsar/pull/25010#discussion_r2657608222
##########
pulsar-common/src/main/java/org/apache/pulsar/common/policies/data/stats/TopicStatsImpl.java:
##########
@@ -186,6 +186,9 @@ public class TopicStatsImpl implements TopicStats {
/** The last publish timestamp in epoch milliseconds. */
public long lastPublishTimeStamp;
+ /** The number of delay messages that exceed TTL delay. */
+ public long exceedTTLDelayedMessages;
Review Comment:
similar comment about `exceedTTLDelayedMessages` as in the previous comment.
It doesn't read well. I think that `ttlExceededDelayedMessages` would be
better. In the comment, it should be made explicit that this is the number of
delayed messsages that exceeded TTL at publish time.
--
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]