Palaiologos1453 opened a new pull request, #11054: URL: https://github.com/apache/rocketmq/pull/11054
### Which Issue(s) This PR Fixes - Related to #10559 ### Brief Description This draft adds the protocol-independent LiteTopic pattern matching core proposed by #10559. It supports exact segments, `*` for one segment, and terminal `**` for one or more segments using `__` as the separator. Invalid patterns such as non-terminal `**`, empty segments, and embedded wildcards are rejected. The matcher is intentionally isolated in `common`; existing LiteTopic subscription and dispatch behavior is unchanged. This lets the community review the matching semantics before broker-side subscription expansion is added. ### How Did You Test This Change? - `mvn -pl common -Dtest=LitePatternMatcherTest -DfailIfNoTests=false test` - `mvn -pl common -DskipTests -Dcheckstyle.skip=false validate` Both completed successfully; 4 focused tests passed. -- 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]
