You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "codelipenghui (via GitHub)" <gi...@apache.org> on 2023/02/02 03:27:15 UTC

[GitHub] [pulsar] codelipenghui commented on a diff in pull request #19300: [improve][cli] improve admin `set-backlog-quota` more clear

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


##########
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopicPolicies.java:
##########
@@ -977,8 +977,8 @@ private class SetBacklogQuota extends CliCommand {
         private String policyStr;
 
         @Parameter(names = {"-t", "--type"}, description = "Backlog quota type to set. Valid options are: "
-                + "destination_storage and message_age. "
-                + "destination_storage limits backlog by size (in bytes). "
+                + "destination_storage (default) and message_age. "

Review Comment:
   The default is backlog size, right?



-- 
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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org