Technoboy- commented on a change in pull request #12818:
URL: https://github.com/apache/pulsar/pull/12818#discussion_r749881580
##########
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdTopics.java
##########
@@ -383,10 +385,28 @@ void run() throws PulsarAdminException {
"--partitions" }, description = "Number of partitions for the
topic", required = true)
private int numPartitions;
+ @Parameter(names = {"--topic-metadata", "-tm"}, description = "key
value pair properties(a=a,b=b,c=c)",
+ required = true)
Review comment:
Removed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]