When there is no message, it will continue to print Exception raised during message reception #9546
Unanswered
CocytusElias
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When there is no message, my go client will keep printing ERROR Exception raised during message reception 40401 no new message
Is this expected? Can I control it from printing no message?
The rocket mq I deployed is a single namesrv, a single proxy, three broker masters and three broker slaves.
A single topic has 9 queues.
The client uses Go's PushConsumer, AwaitDuration is set to 300 sec, one consumer group is linked to one topic, ConsumptionThreadCount is 9, and MaxCacheMessageCount is 45
Below is the log:
Below is the configuration information of broker a. Other brokers are similar to this one.
Beta Was this translation helpful? Give feedback.
All reactions