unbridled-41 commented on PR #4172: URL: https://github.com/apache/rocketmq-dashboard/pull/4172#issuecomment-5588688603
Closing as a duplicate of #3160 (and #4053), both of which implement the same server-side subscription-mode filter for `/api/groups/page` and were opened earlier (#3160 on 2026-09-04, #4053 on 2026-09-07). They also target the same tracking issue, #3150, which I missed when checking for existing work before starting. My branch implemented the same fix surface: an optional `subscriptionMode` parameter threaded through `MetadataService` → `InstanceProvider` → `ApacheInstanceProvider`/`MetadataProvider` → the `rmq_group.message_model` DB filter in `RocketMQMetadataProvider`, a default in-memory filter for cloud providers, and a page reset on filter change, with red→green regressions on both ends. Implementation and verification evidence remain on the local branch; retaining the earlier PRs to avoid three copies of the same change. -- 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]
