315157973 commented on a change in pull request #9750:
URL: https://github.com/apache/pulsar/pull/9750#discussion_r584386554



##########
File path: 
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdNamespaces.java
##########
@@ -382,7 +382,7 @@ void run() throws PulsarAdminException {
         @Parameter(description = "tenant/namespace", required = true)
         private java.util.List<String> params;
 
-        @Parameter(names = { "--maxSubscriptionsPerTopic", "-m" }, description 
= "Max subscriptions per topic",
+        @Parameter(names = { "--max-subscriptions-per-topic", "-m" }, 
description = "Max subscriptions per topic",

Review comment:
       topic-level `get-max-subscriptions-per-topic` was added on 2020-12-16
   namespace-level `maxSubscriptionsPerTopic` was added on 2020-12-12
   
   It seems that it has not been released yet, can it be modified directly?




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


Reply via email to