You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the issue you observed:
I use native branch in golang, and it's quite normal to continuously produce messages to RocketMQ, which can be seen in rocketmq-console.
But I meet problems when I want to consume the messages. The consumer will consume several message first, then return an error, which is shown below.
What is your client version?
native, latest version
What is your RocketMQ version?
4.5.2 alpine
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
BTW, to continuously consume the messages, do I need to use a for dead-loop?
The text was updated successfully, but these errors were encountered:
ShannonDing
changed the title
Consumer error: remove /root/.rocketmq_client_go/****@DEFAULT/offset.json: no such file or directory
[native]Consumer error: remove /root/.rocketmq_client_go/****@DEFAULT/offset.json: no such file or directory
Sep 22, 2019
BUG REPORT
I use native branch in
golang
, and it's quite normal to continuously produce messages to RocketMQ, which can be seen inrocketmq-console
.But I meet problems when I want to consume the messages. The consumer will consume several message first, then return an error, which is shown below.
Consumer
go
code:consumer docker container log:
Please tell us about your environment:
Ubuntu 18.04LTS
native, latest version
4.5.2 alpine
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):
BTW, to continuously consume the messages, do I need to use a
for
dead-loop?The text was updated successfully, but these errors were encountered: