Aias00 opened a new issue, #1184: URL: https://github.com/apache/rocketmq-dashboard/issues/1184
## Problem `MqAdminExtFactory` caches started `DefaultMQAdminExt` instances by NameServer endpoint. Updating an Apache instance to a new endpoint creates a new cached client while the old one remains started until application shutdown; deleting an instance leaves its cached client alive as well. ## Scope Track 1 / ARCH-01 runtime AdminClient lifecycle. ## Expected - Reclaim the cached client for the previous endpoint after a successful endpoint change. - Reclaim the cached client when its instance is deleted. - Do not evict a shared endpoint still referenced by another instance. - Add focused unit coverage for eviction and instance lifecycle behavior. -- 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]
