Skip to content

Instantly share code, notes, and snippets.

@hokiegeek2
Created September 24, 2023 12:17
Show Gist options
  • Save hokiegeek2/ba9a43a3a0271b2fd9fccdd36c193193 to your computer and use it in GitHub Desktop.
Save hokiegeek2/ba9a43a3a0271b2fd9fccdd36c193193 to your computer and use it in GitHub Desktop.
scaling up a kafka cluster
Scaling up Kafka utilizing the kraft consensus protocol requires removing the $KAFKA_HOME/data/__cluster_metadata-0/quorum-state as detailed in this Kafka [PR](https://github.com/strimzi/strimzi-kafka-operator/pull/8247). If the file is not removed, the following Java exception is thrown:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment