entity-operator and kafka-exporter questions - after upgrade to 0.29.0 using Kafka 3.1.0 #7001
-
Hi, I recently tried the upgrade on one of our lab-clusters and it worked fine and was straight forward :) - only one thing is a little bit confusing for me. Before and after the upgrade the Kafka and Zookeeper images are still version 3.1.0 as it should be and the
Thanks for help in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, the Kafka Exporter, Cruise Control or the Entity Operator have no dependence on the actual Kafka version. They just use the another software from the Kafka image (not Kafka itself). So they always use the image with the default Kafka version (normally the latest version). Even if you get it to use the other Kafka image, the result will be exactl the same since the software (e.g. stunnel or Kafka Exporter) are exactly the same in all the Kafka images. |
Beta Was this translation helpful? Give feedback.
Yes, the Kafka Exporter, Cruise Control or the Entity Operator have no dependence on the actual Kafka version. They just use the another software from the Kafka image (not Kafka itself). So they always use the image with the default Kafka version (normally the latest version). Even if you get it to use the other Kafka image, the result will be exactl the same since the software (e.g. stunnel or Kafka Exporter) are exactly the same in all the Kafka images.