Versions Compared

Key

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

...

In such cases, the user must fine-tune the configurations to fit their use-case however detection of such events is currently difficult. The consumer will log an error when such threshold is hit:

Code Block
Member {} sending LeaveGroup request to coordinator {} due to consumer poll timeout has expired. This means the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time processing messages. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records.


Public Interfaces

Briefly list any new interfaces that will be introduced as part of this proposal or any existing interfaces that will be removed or changed. The purpose of this section is to concisely call out the public contract that will come along with this feature.

...