ConcurrencyPractitioner commented on a change in pull request #3625: [Issue 
#3436][pulsar-broker] Creating REST Endpoint for non-partitioned topic creation
URL: https://github.com/apache/pulsar/pull/3625#discussion_r261003860
 
 

 ##########
 File path: 
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
 ##########
 @@ -82,6 +82,7 @@ public CmdTopics(PulsarAdmin admin) {
         jcommander.addCommand("expire-messages-all-subscriptions", new 
ExpireMessagesForAllSubscriptions());
 
         jcommander.addCommand("create-partitioned-topic", new 
CreatePartitionedCmd());
+        jcommander.addCommand("create-non-partitioned-topic", new 
CreateNonPartitionedCmd());
 
 Review comment:
   Sure, I was just following the standard for create-partitioned-topic. But I 
guess we could change that.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

Reply via email to