Runbook

Kafka Consumer Offset Commit Timeout.

Back to Runbooks

Overview

This incident type refers to a situation where a Kafka consumer is unable to commit offsets within the specified timeout period. When a consumer receives messages from a Kafka topic, it needs to commit the offset of the last processed message to ensure that it doesn't consume the same messages again. However, if the consumer takes too long to commit the offset, it can cause delays and disrupt the normal functioning of the system. This can happen due to various reasons such as network issues, slow processing, or resource constraints.

Parameters

Debug

Step 1: Check if Kafka is running

Step 2: Check the Kafka topic and partition being consumed

Step 3: Check the offset lag for the Kafka topic and partition being consumed

Step 5: Check if the Kafka consumer is committing offsets

Repair

Increase the timeout duration for Kafka Consumer Offset Commit.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.