We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
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).
v1alpha2
v1beta1
v2alpha1
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: