Messages cannot be consumed
Possible causes:
The producer starts before the consumer starts, but consumeFromWhere
is incorrectly configured on the consumer, causing the consumer to start consumption from the latest offset.
When multiple producers use the same consumer group but subscribe to different tags, message push errors also occur, resulting in messages not being consumed.
Was this page helpful?