lhotari commented on issue #23403:
URL: https://github.com/apache/pulsar/issues/23403#issuecomment-3848668854

   Current workaround would be to create a Pulsar client for each producer if 
there's need to isolate different producers in an application that produces to 
multiple topics or has both producers and consumers. PIP-234 
`org.apache.pulsar.client.api.PulsarClientSharedResources` added in 
https://github.com/apache/pulsar/pull/24784 and 
https://github.com/apache/pulsar/pull/24790 makes it efficient to have a larger 
number of Pulsar client instances in a single application.
   Another workaround would be to increase the number of client connections per 
broker, however that doesn't completely eliminate the issue.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to