zhangjidi2016 opened a new issue #16: URL: https://github.com/apache/rocketmq-dashboard/issues/16
Every time the mqAdminExt.xxx() method is called in the xxxServiceImpl, the aroundMQAdminMethod section of MQAdminAspect is executed to create the defaultMQAdminExt object and then destroy it. This causes frequent object creation and collection overhead. Object pools can be used for optimization, and object pools can be used to easily manage objects (retrieve, return, check for activity, check for availability, etc.), thereby reducing the overhead caused by frequent object creation to a certain extent -- 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]
