codelipenghui commented on a change in pull request #6310: Enable get precise
backlog and backlog without delayed messages.
URL: https://github.com/apache/pulsar/pull/6310#discussion_r379874999
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/Subscription.java
##########
@@ -53,7 +53,7 @@ default void removeConsumer(Consumer consumer) throws
BrokerServiceException {
Dispatcher getDispatcher();
- long getNumberOfEntriesInBacklog();
+ long getNumberOfEntriesInBacklog(boolean isPreciseBacklog);
Review comment:
Got it.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services