This incident type refers to the situation where there are inconsistencies in the settings of brokers across a Kafka cluster. Kafka is a distributed streaming platform that operates in a cluster of servers called brokers. These brokers work together to maintain and replicate the data stored in Kafka topics. Inconsistencies in broker settings can lead to data loss, reduced performance, and other operational issues. Therefore, it is crucial to ensure that all Kafka brokers have consistent settings.
Parameters
Debug
Check the number of brokers on the Kafka cluster
Check the status of each broker in the Kafka cluster
Check the setting values on each broker in the Kafka cluster
Check the consistency of the broker settings across the Kafka cluster
Repair
Update the configuration settings for affected Kafka brokers to ensure consistency across the cluster.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.