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 2021/11/19 10:20:39 UTC

[GitHub] [pulsar] mingyifei commented on a change in pull request #12892: [pulsar-perf]Support listenerThreads configuration.

mingyifei commented on a change in pull request #12892:
URL: https://github.com/apache/pulsar/pull/12892#discussion_r753064484



##########
File path: pulsar-testclient/src/main/java/org/apache/pulsar/testclient/PerformanceConsumer.java
##########
@@ -180,6 +180,10 @@
                 "used for handling connections to brokers, default is 1 thread")
         public int ioThreads = 1;
 
+        @Parameter(names = {"-listenerThreads", "--num-listener-threads"}, description = "Set the number of threads"
+                + " to be used for message listeners")
+        public int listenerThreads = 1;

Review comment:
       Ok, thanks for your advice, is it all right now?




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org