sijie opened a new issue #1432: [idea] NamespaceProducer 
URL: https://github.com/apache/incubator-pulsar/issues/1432
 
 
   
   
   *Problem*
   
   If a namespace has lots of topics and each topic might have relative low 
traffic, it is not every efficient to create a producer for each topic. It 
might be nice to have a namespace-level producer to allow producing messages to 
topics within it.
   
   something like:
   
   ```
   public interface NamespaceProducer {
   
        CompletableFuture<MessageId> produce(String topic, Message msg);
   
   }
   ``` 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to