ymwneu opened a new issue, #9590:
URL: https://github.com/apache/rocketmq/issues/9590

   ### Before Creating the Enhancement Request
   
   - [x] I have confirmed that this should be classified as an enhancement 
rather than a bug/feature.
   
   
   ### Summary
   
   Optimize ProducerManager Logic by Passing brokerConfig During Initialization.
   Currently, during the initialization of ProducerManager by brokerController, 
the brokerConfig is not passed by default. However, some optimization logic in 
ProducerManager requires access to brokerConfig.
   To address this, we need to modify the code to pass the brokerConfig 
parameter when initializing ProducerManager.
   
   ### Motivation
   
   Optimize ProducerManager Logic by Passing brokerConfig During Initialization.
   Currently, during the initialization of ProducerManager by brokerController, 
the brokerConfig is not passed by default. However, some optimization logic in 
ProducerManager requires access to brokerConfig.
   
   ### Describe the Solution You'd Like
   
   To address this, we need to modify the code to pass the brokerConfig 
parameter when initializing ProducerManager.
   
   ### Describe Alternatives You've Considered
   
   no
   
   ### 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