The consumer cannot pull messages.
Check whether the consumer group has a heap. If there is no heap, an empty message will be returned after the fetch.max.wait
time elapses. This parameter is configured by the consumer client and 500 ms by default as shown below:
# Fetch request wait time.
fetch.max.wait.ms=500
Was this page helpful?