btlqql opened a new pull request, #2062:
URL: https://github.com/apache/rocketmq-dashboard/pull/2062

   ## What is the purpose of the change
   
   Fix #1989.
   
   Instance-scoped NameServer configuration drift reads created an anonymous 
MQAdminExt via adminFactory.execute(endpoint, null, ...), dropping the instance 
adminCredentialRef and its ACL hook. On ACL-enabled clusters the drift check 
marked NameServer nodes unreachable even though the selected instance had valid 
admin credentials.
   
   ## Brief changelog
   
   - NameServerConfigDiffService: route instance-scoped reads through 
RuntimeAdminClientResolver so the selected instance endpoint and admin 
credentials are used; the non-instance path keeps the existing behaviour
   
   ## How was this patch verified
   
   - Code review: mirrors how other instance-scoped providers use 
RuntimeAdminClientResolver
   - `git diff --check` clean
   


-- 
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