简体   繁体   中英

Kafka with KRaft mode (Without zookeeper)

Is anyone tried and worked on Kafka in KRaft mode - without zookeeper? If yes what configuration are required for the same.

You can find all necessary settings in the documentation

https://github.com/apache/kafka/tree/trunk/raft

To simply start the broker from Kafka download folder, you can use

bin/test-kraft-server-start.sh --config config/kraft.properties

Or you can find various Docker images such as Bitnami's which offer the same

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM