RockteMQ-AI commented on issue #1342: URL: https://github.com/apache/rocketmq-clients/issues/1342#issuecomment-5422413928
**Issue Evaluation** Category: `type/enhancement` | Status: **Evaluated** Thank you for your interest in the Node.js client. The `LiteSimpleConsumer` (Pull mode) is currently available in the Java client. Adding it to the Node.js SDK is a meaningful enhancement that would improve the client-side consumption experience. **Current status:** - The Node.js client currently supports `SimpleConsumer` (long-polling Pull mode). - `LiteSimpleConsumer` is a lighter-weight alternative available in Java. **Feasibility:** feasible — the underlying gRPC protocol already supports the required APIs. The work is primarily SDK-level implementation. **Suggested next steps:** 1. If you are interested in contributing, feel free to open a discussion or draft PR. 2. The maintainers can provide guidance on the gRPC protocol details and existing Java implementation as a reference. This issue has been labeled as `type/enhancement` for tracking. --- *Automated evaluation by github-manager-bot* -- 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]
