Kafka Connect, Kafka & Strimzi compatibility #11775
-
Hey, I am looking for help to better understand the compatibility and interconnections among the components of Kafka Connect. So, I have:
What I would like to understand better is the compatible versions of Kafka for a Strimzi operator. Thanks a lot in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
For every version of Strimzi there is list of supported Kafka versions - for Kafka, KafkaConnect, MirrorMaker2 etc. But if you have Kafka cluster managed by something else, you care about the version of Kafka in KafkaConnect (and particular version of Strimzi). |
Beta Was this translation helpful? Give feedback.
For every version of Strimzi there is list of supported Kafka versions - for Kafka, KafkaConnect, MirrorMaker2 etc.
Those are important for enabling features or some configuration.
In case that you will use Strimzi with some unsupported Kafka version, it's possible that it will simply not work. You have to match the operator version with the supported Kafka version always.
But if you have Kafka cluster managed by something else, you care about the version of Kafka in KafkaConnect (and particular version of Strimzi).