Skip to content

Tag: rocketmq

Why the rocketmq only consumes part of the queue

After send message to the RocketMQ 4.8, I found the consumer only consumed part of the queue. This is the RocketMQ consumer code looks like: When I access to the RocketMQ dashboard, I found the consumer only consumed part of the queue in the same broker: The queue 0 and 1’s message were not consumed by …