praveengopalan opened a new issue, #274: URL: https://github.com/apache/pulsar-dotpulsar/issues/274
### Description I'm encountering the error: "Producer with name 'xxxxx' is already connected to topic 'yyyyy'" while running jmeter test plan. Number of Threads: 10 Ramp-up period: 1 sec. Loop Count: 500 Is there a way to identify which specific producer is already connected to the topic? ### Reproduction Steps Number of Threads: 10 Ramp-up period: 1 sec. Loop Count: 500 The producer created during the first message publish is reused for subsequent messages. I'm currently using a concurrent dictionary to keep track of already created producers. ### Expected behavior Reuse the existing producer for sending the message if it has already been created. ### Actual behavior throwing the error "Producer with name 'xxxxx' is already connected to topic 'yyyyy'" ### Regression? _No response_ ### Known Workarounds _No response_ ### Configuration _No response_ ### Other information _No response_ -- 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]
