Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

My consumer seems to have stopped, why?

The high-level consumer will block if

  • there are no more messages available
  • the next message available is larger than the maximum fetch size you have specified
  • your client code simply stops pulling messages from the iterator (the blocking queue will fill up).

First, try to figure out if the consumer has really stopped or is just slow, using our tool

...