tju-yxq commented on issue #1401: URL: https://github.com/apache/rocketmq-dashboard/issues/1401#issuecomment-5269981186
Follow-up audit note: This is fixed in current `rocketmq-studio`. `RocketMQClientProvider`, `RocketMQMetadataProvider`, and `RocketMQDashboardProvider` now delegate system consumer group detection to the shared `SystemGroupFilter`. Follow-up PR #2032 adds direct regression coverage for the previously inconsistent prefixes, including `CID_ONSAPI_`, `CID_SYS_`, `CID_HOUSEKEEPING`, `%RETRY%`, `%DLQ%`, and `SELF_TEST_`. Verification run: ```bash cd server mvn -DskipTests=false "-Dtest=RocketMQMessageProviderTest#queryByTopicRetriesFromCorrectedOffsetAfterOffsetIllegal,RocketMQDLQProviderTest#resendMessagesRetriesFromCorrectedOffsetAfterOffsetIllegal,SystemGroupFilterTest,RocketMQDashboardProviderTest#dashboardShouldCountTopicsFromBrokerConfigWithoutPerTopicRouteRequests+dashboardShouldDeduplicateGroupsReportedByMultipleClusterBrokers" test ``` Result: `BUILD SUCCESS`; `Tests run: 5, Failures: 0, Errors: 0, Skipped: 0`. I updated the issue description to remove unverified live ONS/cloud/UI reproduction claims. The current evidence is code inspection plus focused unit tests; no live ONS/cloud cluster was run. -- 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]
