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

   ### Which Issue(s) This PR Fixes
   
   - Fixes #3134
   
   ### Brief Description
   
   Add a read-only Consumer Group configuration comparison workflow on the 
Consumer Group page:
   
   - load the complete paginated inventory from two selected instances
   - classify groups as matching, drifted, source-only, or target-only
   - highlight field-level differences without mutating either instance
   - export only the currently filtered comparison rows
   
   This is frontend-only and reuses the existing consumer-group inventory APIs. 
The previous draft in #4395 was withdrawn with the studio→master trunk move; 
this PR re-applies the same feature cleanly against current `master`.
   
   ### How Did You Test This Change?
   
   - `cd web && npm test -- --run 
src/utils/consumerGroupConfigComparison.test.ts 
src/components/__tests__/ConsumerGroupConfigComparisonDrawer.test.tsx`
     - Test Files: 2 passed
     - Tests: 14 passed
   
   ### Checklist
   
   - [x] One coherent change; unrelated modifications are not bundled in
   - [x] Commit subject follows Conventional Commits (`feat:` / `fix:` / 
`refactor:` / `chore:` / `docs:` / `perf:`)
   - [x] Tests added or updated for non-trivial changes, test methods named 
`...Test`
   - [x] New UI text has both Chinese and English entries under `web/src/i18n/`
   - [x] Architecture constraints stay green (`mvn test` runs the ArchUnit 
checks)
   - [x] New source files carry the ASF license header
   - [x] Documentation touched where behaviour changed (README / `docs/` / 
in-app help)
   
   Notes: frontend-only read-only comparison. No backend API, schema, or 
architecture changes.


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