You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/04/28 13:52:08 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #4160: [Issue#4159][pulsar-testclient] Added ['-p', '--max-multiPartition-outstanding'] parameter to the producer performance benchmark

sijie commented on a change in pull request #4160: [Issue#4159][pulsar-testclient] Added ['-p','--max-multiPartition-outstanding'] parameter to the producer performance benchmark
URL: https://github.com/apache/pulsar/pull/4160#discussion_r279195835
 
 

 ##########
 File path: pulsar-testclient/src/main/java/org/apache/pulsar/testclient/PerformanceProducer.java
 ##########
 @@ -114,6 +114,9 @@
         @Parameter(names = { "-o", "--max-outstanding" }, description = "Max number of outstanding messages")
         public int maxOutstanding = 1000;
 
+        @Parameter(names = { "-p", "--max-multiPartition-outstanding" }, description = "Max sum number of outstanding messages , When topic partitioned")
 
 Review comment:
   ```suggestion
           @Parameter(names = { "-p", "--max-outstanding-across-partitions" }, description = "Max number of outstanding messages across partitions")
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services