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

   ## What is the purpose of the change
   
   Add a read-only Broker configuration drift diagnostic workflow so operators 
can compare key live Broker settings across all Brokers in a cluster before 
applying configuration changes.
   
   ## Brief changelog
   
   - Added a Broker configuration drift endpoint that compares safe Broker 
config fields across reachable Brokers.
   - Added Broker reachability and per-field difference reporting without 
exposing raw Broker Properties.
   - Added a Broker tab action and modal for config drift checks in the Cluster 
page.
   - Added backend, API, service, and page regression coverage for Broker 
config drift diagnostics.
   
   ## Verifying this change
   
   - JAVA_HOME=/Users/yx9o/home/env/jdk-22.0.2.jdk/Contents/Home mvn 
-Dtest=BrokerConfigDiffServiceTest,ClusterControllerTest test
   - npm run test -- src/api/cluster.test.ts 
src/pages/cluster/__tests__/ClusterPage.test.tsx
   - npm exec eslint -- src/api/cluster.ts src/api/cluster.test.ts 
src/services/clusterService.ts src/pages/cluster/index.tsx 
src/i18n/translations.ts src/pages/cluster/__tests__/ClusterPage.test.tsx 
--max-warnings=0
   - npm exec prettier -- --check src/api/cluster.ts src/api/cluster.test.ts 
src/services/clusterService.ts src/pages/cluster/index.tsx 
src/i18n/translations.ts src/pages/cluster/__tests__/ClusterPage.test.tsx
   - npm run build
   - git diff --check


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