You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/20 12:30:08 UTC

[GitHub] [pulsar] frank-montyne opened a new issue #10283: Do not tie a producer top a topic

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:
users@infra.apache.org



[GitHub] [pulsar] codelipenghui commented on issue #10283: Do not tie a producer to a specific topic

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #10283:
URL: https://github.com/apache/pulsar/issues/10283#issuecomment-1058891328


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org