immno opened a new issue, #696: URL: https://github.com/apache/rocketmq-clients/issues/696
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client Rust ### Summary `crates.io`中的"5.0.0"版本可以用于生产吗 ### Motivation 我感觉`Producer`是可用的,但是`SimpleConsumer`好像真的太简单了,提供的`ack`感觉性能太低 ### Describe the Solution You'd Like 我希望能够增强`SimpleConsumer`能力,比如`seek`偏移量,自动提交偏移量,或者批量手动提交。如果满足这些,我就可以慢慢尝试使用,现在的能力还是太基础。 你们还有后续增强的计划吗,针对`rust sdk`. 如果不支持,我们可能就会考虑使用`java`将`rocketmq`数据转到`kafka`中,使用`rdkafka crate`进行处理。 ### Describe Alternatives You've Considered 手动维护偏移量都可以的,但是现在没有提供批量提交的`api`. ### 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org