yangjava commented on issue #4342:
URL: https://github.com/apache/rocketmq/issues/4342#issuecomment-1131781413

   public class MQClientInstance {
       .....
       private final ConcurrentMap<String/* group */, MQProducerInner> 
producerTable = new ConcurrentHashMap<String, MQProducerInner>();
       private final ConcurrentMap<String/* group */, MQConsumerInner> 
consumerTable = new ConcurrentHashMap<String, MQConsumerInner>();
       private final ConcurrentMap<String/* group */, MQAdminExtInner> 
adminExtTable = new ConcurrentHashMap<String, MQAdminExtInner>();      


-- 
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