-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Strimzi is based on Apache Kafka. So when you use Apache Kafka 3.3.1, it will use the ZooKeeper version which Apache Kafka 3.3.1 uses. I think it will be ZooKeeper 3.6.3, but you can doublecheck in the Kafka releases. There is no schema registry as pat of Apache Kafka or Strimzi. |
Beta Was this translation helpful? Give feedback.
Strimzi is an open-source project - and as such we use the Apache Kafka open-source project and its binaries.
These are exactly the versions that it will be running. You can specify the exact version out of these in the custom resource when deploying the cluster and this version will be deployed. Or it will use the latest when you don't specify an exact version you want …