darksungg commented on issue #6832:
URL: https://github.com/apache/pulsar/issues/6832#issuecomment-620552379


   Found the problem, not mentioned in docs : 
   
   this.client = PulsarClient.builder()
                   .serviceUrl(serviceUrl)
                   .connectionsPerBroker(12)
                   .connectionTimeout(2, TimeUnit.SECONDS)
                   .operationTimeout(2, TimeUnit.SECONDS)
                   .keepAliveInterval(300, TimeUnit.SECONDS)
                   .ioThreads(12)
                   .listenerThreads(12)
                   .build();
   
   You need multiple threads if multipleTopicConsumer for client.


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