Runbook

Inadequate Kafka Topic Partitions Incident

Back to Runbooks

Overview

This incident type refers to a situation where the number of partitions for a Kafka topic is insufficient to handle the incoming data stream. This can lead to low throughput and/or increased write latency. In order to resolve this issue, it may be necessary to increase the number of Kafka topic partitions. Failure to address this issue can lead to degraded performance and potential data loss.

Parameters

Debug

Check the number of partitions for the Kafka topic

Check the current throughput of the Kafka topic

Check the current write latency of the Kafka topic

Repair

Increase the number of partitions for the Kafka topic

Learn more

Related Runbooks

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