cvictory opened a new issue, #1100:
URL: https://github.com/apache/rocketmq-clients/issues/1100

   ### Before Creating the Enhancement Request
   
   - [x] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Programming Language of the Client
   
   Java
   
   ### Summary
   
   When the endpoint is the same, connections can be reused.  But We must 
maintain compatibility with the original code.
   
   ### Motivation
   
   Connections are critical and limited, especially in large-scale and complex 
business scenarios. If each Producer or each subscription within a different 
ConsumerGroup requires a separate connection, this consumes an enormous amount 
of resources.
   
   ### Describe the Solution You'd Like
   
   I will add a PooledConnectionManager and add an switch to enable the 
connection shared.
   
   ### Describe Alternatives You've Considered
   
   Nothing.
   
   ### Additional Context
   
   _No response_


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