Kafka 3.9.2 when upgrading from Strimzi 0.45.2
#12530
-
|
Triggered by the Is there no way to stay on Kafka Anybody with knowledge of the Strimzi project who knows what I can and can not expect to be supported within this and a couple of months' time? What could I do today to have Strimzi Thanks for any insights! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
There are no plans to support Kafka 3.9.2 in any other Strimzi release. The expectation is that you upgrade to Kafka 4.x from 0.45.2. But please keep in mind that the steps in the release do not downgrade the Kafka version. The annotation change just fools the newer operator version to upgrade from 3.9.2 to some other supported Kafka version (ideally to 4.x and not back to 3.9.0/3.9.1). But it will not do any actual downgrade on its own. @im-konge @ppatierno @katheris Perhaps we should try to make it more clear in the release notes somehow? If you would want to run Strimzi 0.47 with Kafka 3.9.2, you would need to cherry-pick the changes and make your custom private 0.47 build.. |
Beta Was this translation helpful? Give feedback.
There are no plans to support Kafka 3.9.2 in any other Strimzi release. The expectation is that you upgrade to Kafka 4.x from 0.45.2.
But please keep in mind that the steps in the release do not downgrade the Kafka version. The annotation change just fools the newer operator version to upgrade from 3.9.2 to some other supported Kafka version (ideally to 4.x and not back to 3.9.0/3.9.1). But it will not do any actual downgrade on its own.
@im-konge @ppatierno @katheris Perhaps we should try to make it more clear in the release notes somehow?
If you would want to run Strimzi 0.47 with Kafka 3.9.2, you would need to cherry-pick the changes and make your custom private 0.47 build..