Migration Path for ZooKeeper-based Kafka Clusters without NodePools to KRaft #11347
Unanswered
artempol-dev
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The link you posted is not the "official migration guide", it's just a blog post showing the feature. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Migration Path for ZooKeeper-based Kafka Clusters without NodePools to KRaft
Issue Description
I'm looking for guidance on migrating our ZooKeeper-based Kafka clusters to KRaft mode. Our situation differs from the official migration guide [strimzi.io/blog/2024/03/22/strimzi-kraft-migration/](https://strimzi.io/blog/2024/03/22/strimzi-kraft-migration/) in that we don't currently use NodePools at all.
Current Setup
kind: Kafka
)strimzi.io/kraft
strimzi.io/node-pools
Questions
What is the simplest migration path for clusters not using NodePools yet? Do we need to first migrate to NodePools before we can migrate to KRaft?
For our high-availability configuration (pod affinity, etc.) that is currently defined in the Kafka CR:
Is it better to create new cluster with nodepools first and migrate data with MM2 to it from source cluster ?
Thank you for your help and guidance!
Beta Was this translation helpful? Give feedback.
All reactions