gaoran10 commented on a change in pull request #12523:
URL: https://github.com/apache/pulsar/pull/12523#discussion_r762788824
##########
File path:
pulsar-client-admin-api/src/main/java/org/apache/pulsar/common/policies/data/SubscriptionStats.java
##########
@@ -49,6 +49,9 @@
/** Size of backlog in byte. **/
long getBacklogSize();
+ /** Get the time from the oldest message in the backlog to current time. */
+ long getTimeBacklogInMills();
Review comment:
Maybe we could use mill seconds here to make it consistent with other
time-related stats.
--
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]