LeBW commented on a change in pull request #12523: URL: https://github.com/apache/pulsar/pull/12523#discussion_r746190464
########## File path: pulsar-client-admin-api/src/main/java/org/apache/pulsar/client/admin/Topics.java ########## @@ -856,8 +858,13 @@ default void delete(String topic, boolean force) throws PulsarAdminException { * @throws PulsarAdminException * Unexpected error */ - TopicStats getStats(String topic, boolean getPreciseBacklog, - boolean subscriptionBacklogSize) throws PulsarAdminException; + TopicStats getStats(String topic, boolean getPreciseBacklog, boolean subscriptionBacklogSize, Review comment: Fixed by using a new API `TopicStats getStats(GetStatsOptions options)` -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org