yuz10 opened a new issue, #10478: URL: https://github.com/apache/rocketmq/issues/10478
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary Proxy local mode support Lite message. ### Motivation In the current Apache RocketMQ 5.x architecture, the Proxy component supports two deployment modes: Cluster mode and Local mode. Cluster Mode: Broker and Proxy are deployed separately, with full functionality including gRPC protocol support and Lite message processing capabilities. Local Mode: Broker and Proxy run in the same JVM process (using --enable-proxy flag). This mode is simple to deploy, resource-efficient, and typically used for development/testing or edge nodes. In RocketMQ 5.5.0, the community introduced Lite Mode (based on RIP-83), designed for AI scenarios and high-volume conversations (e.g., Agent communication). It features low resource consumption, event-driven dispatch, and broker-side state persistence. However, after testing and source code analysis, Local Mode currently does NOT support Lite Message processing or subscription mechanisms. ### Describe the Solution You'd Like Support lite methods in LocalMessageService and LocalServiceManager ### Describe Alternatives You've Considered no alternatives ### Additional Context _No response_ -- 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]
