Error creating Kafka Topics- Replication factor larger than available brokers

前端 未结 15 1997
时光取名叫无心
时光取名叫无心 2020-12-30 18:30

I am trying to create topics in Kafka by following the guide on Apache Kafka website through command line. While running the command:

bin/kafka-topics.sh --c         


        
15条回答
  •  Happy的楠姐
    2020-12-30 19:12

    Delete the logs and consumer offsets folder which is getting created in the below directory.

    C:\Kafka\kafka_2.12-2.5.0\data\zookeeper

    PS: You may loose all the previous topic details.

提交回复
热议问题