murong00 commented on a change in pull request #9716:
URL: https://github.com/apache/pulsar/pull/9716#discussion_r585183597



##########
File path: 
pulsar-testclient/src/main/java/org/apache/pulsar/testclient/PerformanceConsumer.java
##########
@@ -72,8 +71,8 @@
         @Parameter(names = { "--conf-file" }, description = "Configuration 
file")
         public String confFile;
 
-        @Parameter(description = "persistent://prop/ns/my-topic", required = 
true)
-        public List<String> topic;
+        @Parameter(description = "A list of topics to consume from (e.g. 
persistent://prop/ns/topic1 persistent://prop/ns/topic2)", required = true)
+        public List<String> topics;

Review comment:
       Thanks for pointing this out, just keep the old format.




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