apache / rocketmq-client-cpp

Apache RocketMQ cpp client
https://rocketmq.apache.org/
Apache License 2.0
366 stars 159 forks source link

Pull consumer #330

Closed ghost closed 4 years ago

ghost commented 4 years ago

pull consumer, why not support persist messageQueue offset to broker?

ifplusor commented 4 years ago

In pull mode(DefaultMQPullConsumer), you need manage offset by yourself. We are developing a new LitePullConsumer, it will do more things. Please see Java client for more details.