Runbook

Kafka Version Mismatch Across Brokers.

Back to Runbooks

Overview

This incident type refers to a situation where the different brokers in a Kafka cluster are running different versions of the software. This can lead to compatibility issues and potentially cause failures in the overall system. It is important to ensure that all brokers are running the same version of Kafka to avoid any version mismatch related incidents.

Parameters

Debug

Connect to the cluster and list all brokers

Check the version of Kafka running on each broker

Compare the version of Kafka running on each broker

Check if there are any incompatible API versions between brokers

Check the version of Kafka running on the controller

Check if the controller is up-to-date with the version of Kafka running on the brokers

Repair

Upgrade the broker(s) running the older version of Kafka to the target version.

Learn more

Related Runbooks

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