yuluo-yx opened a new issue, #1800: URL: https://github.com/apache/rocketmq-dashboard/issues/1800
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (the steps to reproduce)? Create a user-specific pooled MQ admin with custom nameserver, TLS, VIP channel, callback threads, or instance settings. - What did you expect to see? The created `DefaultMQAdminExt` should inherit the cloned user ClientConfig before it starts. - What did you see instead? The factory builds and updates a ClientConfig in its constructor, but `makeObject` creates a fresh admin with only the RPC hook and admin group. The prepared configuration is never applied. 2. Please tell us about your environment: - apache/rocketmq-dashboard master - baseline commit `770822bbc812bfd0c2a94aa0128ab6f59b50d076` - JDK 17 3. Other information: RocketMQ already provides `resetClientConfig`, so no custom field copying is needed. -- 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]
