yuluo-yx opened a new pull request, #4397: URL: https://github.com/apache/rocketmq-dashboard/pull/4397
<!-- Make sure the base branch is `master`: that is the RocketMQ Studio trunk. --> ### Which Issue(s) This PR Fixes - Fixes #3138 - Replaces #3139, closed by the branch switch in #4379. ### Brief Description This is a resubmission of #3139 against `master`, following the branch switch notice in #4379. The fork branch is unchanged; `master` is now the RocketMQ Studio trunk. ## Summary - add a read-only fleet inventory for Topics and Consumer Groups from the Instance page - walk complete inventories for selected instances in bounded batches and retain successful partial results - identify same-kind resource names across instances without conflating Topics and Consumer Groups - support resource, instance, vendor, shared-name, and free-text filters with filtered CSV export - follow table width and long-text conventions and add explicit accessible control names - add Chinese and English UI text plus focused utility and component coverage ## Design boundaries The scan is explicitly selected and observational. It does not change resources. Topic and Consumer Group requests settle independently so one unavailable API does not erase the other successful inventory; failures name both the instance and resource kind. Fixes #3138 ## 行为与兼容性 保留资源清单翻译与上游实例管理翻译,完成合并冲突修复。 ### How Did You Test This Change? ## 验证 - 相关前端测试:35 项通过。 - ESLint、TypeScript/Vite 生产构建、合并差异检查通过。 - 已合入最新 `rocketmq-studio`,使用普通推送保留原提交历史。 - 未执行远端工作流、浏览器 E2E 或真实 Broker 测试。 验证日期:2026-09-14。 ### 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/`, or the change does not add UI text - [x] Architecture constraints stay green (`mvn test` runs the ArchUnit checks), or the original verification scope is stated above - [x] New source files carry the ASF license header, or no new source files were added - [x] Documentation touched where behaviour changed (README / `docs/` / in-app help), or no documentation change was required -- 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]
