yuluo-yx opened a new pull request, #4413: URL: https://github.com/apache/rocketmq-dashboard/pull/4413
<!-- Make sure the base branch is `master`: that is the RocketMQ Studio trunk. --> ### Which Issue(s) This PR Fixes - Fixes #3231 - Replaces #3232, closed by the branch switch in #4379. ### Brief Description This is a resubmission of #3232 against `master`, following the branch switch notice in #4379. The fork branch is unchanged; `master` is now the RocketMQ Studio trunk. ## Summary - load all matching consumer groups through existing bounded pagination - inspect no more than 100 groups with four concurrent subscription requests - isolate per-group failures and display inspected, failed, and omitted coverage - classify wildcard, tag-set, SQL, empty, and other subscription expressions - aggregate modes, types, consistency, groups, topics, and representative expressions - add attention filters, search, bilingual copy, and async/concurrency/aggregation coverage Closes #3231 ## 行为与兼容性 保留订阅组合分析入口和请求状态,同时合入上游消费开关原始状态与确认逻辑。 ### How Did You Test This Change? ## 验证 - 相关前端测试:52 项通过。 - 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]
