mali-nuist opened a new issue #1932: LitePullConsumer Ack URL: https://github.com/apache/rocketmq/issues/1932 The example code shows how to use DefaultLitePullConsumer https://github.com/apache/rocketmq/blob/8ef01a6c635f6972847c40d5540b1945180d7cbd/example/src/main/java/org/apache/rocketmq/example/simple/LitePullConsumerSubscribe.java#L35 But i noticed that unlike the push mode, there is no code to reply an ack to the rocketmq for the pull consumer. So the question is : To ensure the data are correctly pulled, what should i do when using DefaultLitePullConsumer? thanks~
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
