cckellogg 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_r260865023
##########
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:
what about just this for the cli?
`pulsar-admin topics create my-topic`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services