yyqdbngt opened a new pull request, #3108: URL: https://github.com/apache/rocketmq-dashboard/pull/3108
### Summary Escape LIKE wildcards on the full (non-paged) metadata list queries too: - `listTopics` and `listConsumerGroups` now escape `%`, `_`, `\` in the search term via `escapeLike` before the `LambdaQueryWrapper` predicate, matching the paged variants. ### Why The non-paged lists back selector/search flows; an unescaped `%`/`_` there previously matched broadly instead of literal text. ### Testing - `mvn -f server/pom.xml -Dtest=RocketMQMetadataProviderTest test` passes: 35/35 (existing suite; helper behavior covered by the paged-escape suite). -- 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]
