KRaft mode / Kafka without Zookeeper
lindt opened this issue · 2 comments
lindt commented
Description
Kafka 2.8 (used since Confluent version 6.2) zookeeper is not required anymore and kafka could run in KRaft mode.
The current docker images could not run in KRaft mode, they require zookeeper settings.
Please add the possibility to utilize KRaft mode.
ybyzek commented
@lindt have you seen this KRaft + Docker documentation?
lindt commented
thanks, is working.
was confused, cause the Dockerimage itself requires the Zookeeper, but get's sed-patched.
BTW: kraft mode works like a charm. thanks!