frank-montyne opened a new issue #10283: URL: https://github.com/apache/pulsar/issues/10283
**Is your enhancement request related to a problem? Please describe.** In most other systems like Kafka, RabbitMQ, MQTT,... a producer is not tied to a specific topic. This allows me to use the same producer to publish to multiple topics. Is there a specific reason why this is different in Pulsar? If not could this dependency be removed? **Describe the solution you'd like** A producer that can publish to multiple topics (within the same namespace and tenant) **Describe alternatives you've considered** At the moment I keep a LRU cache of producers for each specific topic, but that seems like overkill to me. -- 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]
