zhanghaou commented on a change in pull request #7968:
URL: https://github.com/apache/pulsar/pull/7968#discussion_r484409041



##########
File path: 
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
##########
@@ -153,6 +153,9 @@ public CmdTopics(PulsarAdmin admin) {
         jcommander.addCommand("get-inactive-topic-policies", new 
GetInactiveTopicPolicies());
         jcommander.addCommand("set-inactive-topic-policies", new 
SetInactiveTopicPolicies());
         jcommander.addCommand("remove-inactive-topic-policies", new 
RemoveInactiveTopicPolicies());
+        jcommander.addCommand("get-maxConsumers", new GetMaxConsumers());
+        jcommander.addCommand("set-maxConsumers", new SetMaxConsumers());
+        jcommander.addCommand("remove-maxConsumers", new RemoveMaxConsumers());

Review comment:
       Done.




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to