yyqdbngt opened a new pull request, #3448:
URL: https://github.com/apache/rocketmq-dashboard/pull/3448

   ### Summary
   
   `SystemGroupFilter.isSystem` matches canonical RocketMQ system consumer 
groups by MixAll rules and literal prefix markers. The suite listed one example 
per marker but never probed the prefix boundaries themselves.
   
   ### Changes
   
   - Partial markers (`CID_SYS`, `rmq_sys`) alone are not system, while the 
exact markers (`%RETRY%`, `CID_HOUSEKEEPING`) and suffixed forms are
   - Prefix matching is case-sensitive and not mid-word: lowercase, extended or 
prefixed lookalikes stay non-system
   
   ### Testing
   
   `mvn test -Dtest=SystemGroupFilterTest` passes: 3 tests, 0 failures (up from 
1).


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