Strimzi 0.35.1 to 0.37.0 with KRaft upgrade strategy #9162
-
Ok, so the current setup is:
Desired state:
The problem:
What is my possible strategy here? What order will let me get me to the desired state 🤔 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
My first question is ... As additional information, there is not yet support for Kafka upgrades when the cluster is running in KRaft mode. As well as, but it should not be the case, there is no support yet for migrating from ZooKeeper to KRaft. The UseKRaft feature gate is just for testing and development purpose only, so upgrade and migration are not supported yet and it's going to change in the future mostly "breaking" already running KRaft clusters. |
Beta Was this translation helpful? Give feedback.
-
unfortunately no as KafkaNodePools available since 0.36.0 and I run 0.35.1 operator :(
ok. I guess this is the answer :'( :) |
Beta Was this translation helpful? Give feedback.
-
So what did you mean by |
Beta Was this translation helpful? Give feedback.
My first question is ...
You wrote you have
Kafka 3.4.0 +KRaft
... what does it mean for you? For me it means you have a Kafka cluster on version 3.4.0 using KRaft which in Strimzi means your operator has both KafkaNodePools and UseKRaft feature gates enabled. Is it what you have?As additional information, there is not yet support for Kafka upgrades when the cluster is running in KRaft mode. As well as, but it should not be the case, there is no support yet for migrating from ZooKeeper to KRaft.
The UseKRaft feature gate is just for testing and development purpose only, so upgrade and migration are not supported yet and it's going to change in the future mostly "breaking" already running…