yyqdbngt opened a new pull request, #3425: URL: https://github.com/apache/rocketmq-dashboard/pull/3425
### Summary `SystemTopicFilter` flags canonical system topics, retry/DLQ prefixes and broker-name topics. The suite covered the full-broker-set path; the `null`/empty broker set and the single-argument overload were untested. ### Changes - Canonical and prefixed system topics stay system when the broker set is `null` or empty - Broker-name matching requires the broker set and stays non-system without it - The single-argument overload delegates with an empty broker set (null/empty and ordinary topics behave accordingly) ### Testing `mvn test -Dtest=SystemTopicFilterTest` 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]
