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

   SystemGroupFilter uses startsWith for TOOLS_CONSUMER, FILTERSRV_CONSUMER, 
and SELF_TEST_. RocketMQ allows suffixes in group names, while 
MixAll.isSysConsumerGroupPullMessage treats the reserved groups as exact names. 
As a result, legal user groups such as TOOLS_CONSUMER_monitor disappear from 
listings and dashboard counts.
   
   Reproduction:
   1. Create or discover a consumer group named TOOLS_CONSUMER_monitor.
   2. List consumer groups through the Apache provider or inspect dashboard 
totals.
   
   Actual: the group is classified as a system group and hidden.
   Expected: use RocketMQ MixAll canonical system-group classification while 
preserving Studio-specific reserved prefixes.


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