yuluo-yx opened a new issue, #3224:
URL: https://github.com/apache/rocketmq-dashboard/issues/3224

   ## Problem
   
   The cluster page exposes both persisted NameServer registry entries and 
clusters discovered from the selected RocketMQ instance, but operators must 
reconcile these views manually. Stale entries, missing registrations, ambiguous 
matches, duplicate mappings, and address drift can therefore remain hidden.
   
   ## Proposed change
   
   Add a read-only reconciliation drawer that:
   
   - normalizes multi-address values before comparison;
   - correlates registry entries and discovered clusters by name or address;
   - reports matched, address-mismatch, registry-only, discovery-only, 
ambiguous, and duplicate mappings;
   - shows configured, discovered, missing, and unexpected addresses;
   - supports attention filtering and search;
   - includes focused deterministic tests and Chinese/English copy.
   
   The implementation reuses data already loaded by the cluster page and 
performs no registry mutations or extra network probes.


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