stackabletech / kafka-operator

Stackable Operator for Apache Kafka
Other
23 stars 6 forks source link

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

Open soenkeliebau opened 4 months ago

soenkeliebau commented 4 months ago

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.