Is it possible to make strimizi operator version supports kafka-2.7.2? #6726
Unanswered
yaoyao12138
asked this question in
Q&A
Replies: 1 comment
-
Kafka 2.7 is quite old and not supported by latest Strimzi versions. You would need to add it your self to one of the old versions and build it your self. The PR shows what would need to be changed. |
Beta Was this translation helpful? Give feedback.
0 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.
-
We need strimizi kafka operator support kafka-2.7.2, and I checked the discussion #6640, unfortunately it doesn't support.
Is it possible to make strimizi operator version supports kafka-2.7.2 by contribution through us?
Besides added kafka version like this here https://github.com/strimzi/strimzi-kafka-operator/blob/main/kafka-versions.yaml#L123-L131, and other two places
strimzi-kafka-operator/packaging/helm-charts/helm3/strimzi-kafka-operator/templates/_kafka_image_map.tpl
Line 18 in c5af742
strimzi-kafka-operator/packaging/install/cluster-operator/060-Deployment-strimzi-cluster-operator.yaml
Line 62 in c5af742
what else should we do? Do we need follow this PR? https://github.com/strimzi/strimzi-kafka-operator/pull/6482/files
Thank you very much! @scholzj
Beta Was this translation helpful? Give feedback.
All reactions