简体   繁体   English

具有 KRaft 模式的 Kafka(没有 zookeeper)

[英]Kafka with KRaft mode (Without zookeeper)

Is anyone tried and worked on Kafka in KRaft mode - without zookeeper?有没有人在 KRaft 模式下尝试并在 Kafka 上工作过 - 没有 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 https://github.com/apache/kafka/tree/trunk/raft

To simply start the broker from Kafka download folder, you can use要简单地从 Kafka 下载文件夹启动代理,您可以使用

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或者您可以找到各种 Docker 图像,例如 Bitnami 提供相同的图像

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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