Palaiologos1453 opened a new pull request, #11053: URL: https://github.com/apache/rocketmq/pull/11053
### Which Issue(s) This PR Fixes - Fixes #10478 ### Brief Description Add Lite message support to proxy local mode. LocalServiceManager now initializes and exposes LiteSubscriptionService, while LocalMessageService forwards Lite pop requests to the broker's PopLiteMessageProcessor and reconstructs Lite pop metadata for returned messages. This adapts the existing implementation proposed by #10479 to the current develop branch and adds LocalMessageService coverage for Lite pop responses. ### How Did You Test This Change? - `mvn -pl proxy -am -Dtest=LocalMessageServiceTest -DfailIfNoTests=false test` - `mvn -pl proxy -DskipTests -Dcheckstyle.skip=false validate` Both completed successfully; the focused test run passed 13 tests. -- 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]
