Roll Back of Kafka not working as expected. #8868
Sai-Charan-Madhvaraj
started this conversation in
General
Replies: 1 comment 4 replies
-
How does your Kafka custom resource look like? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team, we are testing the upgrade and roll back of strimzi cluster operator and Kafka versions. Here are the steps performed.
Running a Strimzi 0.27.1 with Kafka version 3.0 with inter.broker.protocol.version and log.message.format.version both set to 3.0.
Upgraded the Strimzi cluster operator to 0.35.1 - Successfully completed - New Pod came up and started throwing errors (which is expected as Kafka 3.0.0 not supported in strimzi 0.35.1
Now started to test roll back from 0.35.1 to 0.27.1,
Note: Have not changed inter.broker.protocol.version and log.message.format.version both set to 3.0.
Downgraded the Cluster operator from 0.35.1 to 0.27.1 - Successfully Completed - the CLuster operator came up with 0.27.1 and started throwing errors (which is expected)
Note: Kubectl describe kafka command shows version as 3.0.0
Could you please advise am i missing something here ?
Beta Was this translation helpful? Give feedback.
All reactions