yuluo-yx opened a new pull request, #3135:
URL: https://github.com/apache/rocketmq-dashboard/pull/3135

   ## Summary
   
   - add a read-only Consumer Group configuration comparison drawer for two 
RocketMQ instances
   - load complete paginated inventories and classify groups as matching, 
drifted, source-only, or target-only
   - compare only stable group settings while excluding lag, delay, clients, 
runtime subscriptions, timestamps, and instance identity
   - support source/target swapping, field-level details, status/search 
filters, and filtered CSV export
   - add Chinese and English UI text plus focused utility and component coverage
   
   ## Design boundaries
   
   This feature deliberately does not copy or mutate Consumer Groups. Runtime 
observations are excluded because they naturally differ between instances and 
would create false drift. Requests use a monotonically increasing identifier so 
an older response cannot replace a newer comparison.
   
   ## Verification
   
   - `npm test -- --run src/utils/consumerGroupConfigComparison.test.ts 
src/components/__tests__/ConsumerGroupConfigComparisonDrawer.test.tsx`: 2 
files, 14 tests passed
   - `npm run lint`: 0 errors; 10 pre-existing warnings outside this change
   - `npm run build`: TypeScript and Vite production build passed; 8040 modules 
transformed
   - `git diff --check`: passed
   - common base `36126024cbf75ae2e0f27cc074b2f39ceb6c8b6e`: 6 files, 942 
additions, 1 deletion
   
   Fixes #3134


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