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_r379875005
##########
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
##########
@@ -370,10 +370,14 @@ void run() throws PulsarAdminException {
@Parameter(description = "persistent://tenant/namespace/topic\n",
required = true)
private java.util.List<String> params;
+ @Parameter(names = { "-ipb",
+ "--is-precise-backlog" }, description = "Set true to get precise
backlog")
Review comment:
yes, get-precise-backlog is better.
----------------------------------------------------------------
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