codelipenghui commented on a change in pull request #8208:
URL: https://github.com/apache/pulsar/pull/8208#discussion_r501720145



##########
File path: 
pulsar-client/src/main/java/org/apache/pulsar/client/impl/PulsarClientImpl.java
##########
@@ -145,6 +147,7 @@ public PulsarClientImpl(ClientConfigurationData conf, 
EventLoopGroup eventLoopGr
         conf.getAuthentication().start();
         this.cnxPool = cnxPool;
         externalExecutorProvider = new 
ExecutorProvider(conf.getNumListenerThreads(), 
getThreadFactory("pulsar-external-listener"));
+        internalExecutorService = new ExecutorProvider(conf.getNumIoThreads(), 
getThreadFactory("pulsar-client-io"));

Review comment:
       ```suggestion
           internalExecutorService = new 
ExecutorProvider(conf.getNumIoThreads(), 
getThreadFactory("pulsar-client-internal"));
   ```




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