Git-Yang opened a new issue #3680:
URL: https://github.com/apache/rocketmq/issues/3680


   
   1. Please describe the feature you are requesting.
   The user does not need to care about the creation process of the instance, 
when multiple instances be created in a process.
   
   2. Provide any additional detail on your proposed use case for this feature.
   Such as: 
   - InstanceName conflict causes instance creation failure.
   - Multiple instances use the same instanceName to connect to multiple 
clusters abnormal.
   - Multiple instances created in the same process cannot fully reuse the 
underlying client problem.
   
   2. Indicate the importance of this issue to you (blocker, must-have, 
should-have, nice-to-have). Are you currently using any workarounds to address 
this issue?
   - nice-to-have
   
   4. If there are some sub-tasks using -[] for each subtask and create a 
corresponding issue to map to the sub task:
   
   - When multiplexing MQClientInstance, namesrv can be distinguished.
   - Producer, consumer, and admin with the same instanceName can reuse 
MQClientInstance.
   - When multiple instances of the same type are created, check for conflicts.
   


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