lirong-Lee commented on issue #340: URL: https://github.com/apache/rocketmq-client-cpp/issues/340#issuecomment-757642609
@Ifplusor PushConsumer in the example of rd_dev uses BROADCASTING subscription, it will report an error and cannot receive the message,Use CLUSTERING to receive messages normally. The error message is: [MQClientException] msg: create offset store dir failed: /home/lirongLee/.rocketmq_offsets/::1@DEFAULT/myGroup, error: -1, in </home/lirongLee/MySoft/rocketmq/tls/rocketmq-client-cpp-re_dev/src/consumer/LocalFileOffsetStore.cpp:44> ---------------------------------------------------------------- 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]
