在KRaft模式下(在config/kraft/server.properties中)运行Kafka的默认配置没有broker.id。相反,它有node.id。这些字段之间有什么区别?Confluent说在没有在broker.id.generation.enable=true模式下运行时设置KRaft。运行KRaft模式时是否存在等效值?
发布于 2022-10-28 22:58:53
不同之处在于,broker.id用于使用Zookeeper的安装,而node.id用于使用KRaft的安装。在使用broker.id.generation.enable时,没有等效的KRaft。
https://stackoverflow.com/questions/74223969
复制相似问题