Use more actual zookeeper version #7528
Unanswered
AydinChavez
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Strimzi uses the ZooKeeper which is part of Apache Kafka and its binaries. One reason is that it is easier. Other one is that it is well tested and proven since it is part of Kafka itself. TBH, I'm not sure if Kafka has some special reason why it still uses ZooKeeper 3.6. Maybe nobody wants to update it anymore with the ZooKeeper removal slowly progressing towards the finale. |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi Jakub,
is it somehow possible to manually link/inject a newer zookeeper image (e.g. 3.8.0) into the kafka-operator?
I am asking because the older ones use log4j and due to security concerns (some CVEs attached to 3.6.*) we would like to incorporate a newer version.
If it is possible, what would be the easiest approach from deployment perspective?
Beta Was this translation helpful? Give feedback.
All reactions