codelipenghui commented on code in PR #15348:
URL: https://github.com/apache/pulsar/pull/15348#discussion_r860391619


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/admin/impl/PersistentTopicsBase.java:
##########
@@ -1162,22 +1162,29 @@ private void 
internalGetSubscriptionsForNonPartitionedTopic(AsyncResponse asyncR
                 });
     }
 
-    protected TopicStats internalGetStats(boolean authoritative, boolean 
getPreciseBacklog,
-                                          boolean subscriptionBacklogSize, 
boolean getEarliestTimeInBacklog) {
+    protected void internalGetStatsAsync(AsyncResponse asyncResponse, boolean 
authoritative, boolean getPreciseBacklog,

Review Comment:
   Same as this comment 
https://github.com/apache/pulsar/pull/15347#discussion_r860391215



-- 
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