James Yean
James Yean
@shencw You need to use below command ```bash sudo cp rocketmq-client-cpp/include/c/* /usr/local/include/rocketmq ``` instead of ```bash sudo cp rocketmq-client-cpp/include/* /usr/local/include/rocketmq ```
@shencw modify [CPullResult.h](https://github.com/apache/rocketmq-client-cpp/blob/re_dev/include/c/CPullResult.h) with https://github.com/ifplusor/rocketmq-client-cpp/commit/560f47145b39245890b2911bfcb52e1094ae609a
I want to remind you that the `re_dev` branch does not support PullConsumer.
@shencw PullConsumer is what you need to use?
@fengxiao2019 Could you describe your case in simple sentences?
@fengxiao2019 Do you operate consumer cluster before receive duplicated messages?
It looks like the code has some issue, and I think call callback function is better.
@shuyanzhu Welcome to PR.
@shuyanzhu I check this issue again, and I think the version of re_dev branch meets your expectations.
> Looks like there is no pull API anymore, nice(Doge) A new LitePullConsumer is wip.