rocketmq-client-cpp icon indicating copy to clipboard operation
rocketmq-client-cpp copied to clipboard

why the “DefaultMQPullConsumer::persistConsumerOffset4PullConsumer“ can not be used?

Open bianlijuan opened this issue 4 years ago • 0 comments

void DefaultMQPullConsumer::persistConsumerOffset4PullConsumer(const MQMessageQueue& mq) { // impl->persistConsumerOffsetByResetOffset(mq); } this was comment out, After the application is restarted, how can I ensure no repeated consumption

bianlijuan avatar Oct 19 '21 08:10 bianlijuan