Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deploying Kafka with KRaft instead of ZooKeeper for consensus building #690

Open
soenkeliebau opened this issue Apr 5, 2024 · 2 comments

Comments

@soenkeliebau
Copy link
Member

In later versions Kafka supports running without ZooKeeper and provides its own KRaft consensus algorithm.

We should look into enabling the operator to deploy Kafka in this mode.

@sbernauer
Copy link
Member

I just wanted to mention that according to https://www.confluent.io/blog/zookeeper-to-kraft-with-confluent-kubernetes/:

With Kafka 4.0 and Confluent Platform 8.0, Kafka will complete its journey to KRaft by removing the deprecated ZK mode,

So we need to tackle this at some point of time

@NickLarsenNZ
Copy link
Member

I assume we want a CRD change to remove the Zookeeper ConfigMap reference.

There will be a CRD versioning discussion during the on-site about how to version CRDs (eg: how to choose from v1alpha2 vs v1beta1 vs v2alpha1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants