sijie commented on a change in pull request #4107: [Issue 4106] 
[pulsar-testclient] Improve usage hints for pulsar-perf subcommands
URL: https://github.com/apache/pulsar/pull/4107#discussion_r277657133
 
 

 ##########
 File path: 
pulsar-testclient/src/main/java/org/apache/pulsar/proxy/socket/client/PerformanceClient.java
 ##########
 @@ -74,7 +74,7 @@
         @Parameter(names = { "-u", "--proxy-url" }, description = "Pulsar 
Proxy URL, e.g., \"ws://localhost:8080/\"", required = true)
         public String proxyURL;
 
-        @Parameter(description = "/persistent/my-property/my-ns/my-topic", 
required = true)
+        @Parameter(description = "persistent://prop/ns/my-topic", required = 
true)
 
 Review comment:
   ```suggestion
           @Parameter(description = "persistent://tenant/ns/my-topic", required 
= true)
   ```

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


With regards,
Apache Git Services

Reply via email to