RockteMQ-AI commented on issue #1361: URL: https://github.com/apache/rocketmq-clients/issues/1361#issuecomment-5524056403
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** feasible **Scope:** Rust SDK (`rust/` module), gRPC protocol layer **Compatibility:** no breaking changes — additive API only This is a well-scoped feature request to achieve cross-language parity. Java (#1188) and Go (#1314) already have `LiteSimpleConsumer`. The proposal clearly outlines the required changes: - New `LiteSimpleConsumer` / `LiteSimpleConsumerTrait` types - New `ClientType::LiteSimpleConsumer = 6` variant - Lite-topic-aware queue selection - Ack/invisibleDuration passthrough for lite topic routing - Example file The implementation should follow the patterns established in the Java and Go SDKs for consistency. --- *Automated evaluation by github-manager* -- 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]
