f1amingo opened a new pull request, #11204: URL: https://github.com/apache/rocketmq/pull/11204
### Which Issue(s) This PR Fixes - Fixes #11203 ### Brief Description Wildcard Lite consumer groups currently report `LITE_SELECTIVE`, although they use clustering semantics. This change introduces `LITE_CLUSTERING`, selects the Lite message model from the subscription group configuration, and keeps Lite and regular consumer groups isolated during registration. ### How Did You Test This Change? Added and updated unit tests for message-model selection, Lite mode validation, and JSON serialization. All 32 targeted tests passed with Checkstyle and SpotBugs. -- 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]
