Aias00 opened a new issue, #1214: URL: https://github.com/apache/rocketmq-dashboard/issues/1214
## Problem `MqAdminExtFactory` caches `DefaultMQAdminExt` using only `namesrvAddr.trim()`. Equivalent address lists with different separators, whitespace, duplicate entries, or ordering create duplicate live clients. ## Scope - Canonicalize valid NameServer address lists before cache lookup and client creation. - Reject values that contain no usable address after normalization. - Add cache-reuse regression coverage for equivalent forms. ## Track Track 1: Control Plane multi-cluster connection lifecycle. -- 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]
