yuluo-yx opened a new issue, #3231:
URL: https://github.com/apache/rocketmq-dashboard/issues/3231

   ## Problem
   
   Subscription details are currently loaded one consumer group at a time. 
Operators cannot audit expression styles, filter modes, or consistency across 
an instance, and a fleet-wide manual review can generate an uncontrolled number 
of requests.
   
   ## Proposed change
   
   Add an on-demand subscription portfolio that:
   
   - loads all matching consumer groups through the existing bounded pagination 
helper;
   - inspects at most 100 groups with four concurrent subscription requests;
   - isolates per-group failures and reports explicit coverage and omissions;
   - classifies wildcard, tag-set, SQL, empty, and other expressions;
   - aggregates filter mode, type, consistency, groups, topics, and 
representative expressions;
   - supports attention filtering and search with Chinese/English copy and 
focused tests.
   
   This is a read-only workflow over existing consumer-group and subscription 
endpoints.


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