Error creating Kafka Topics- Replication factor larger than available brokers

前端 未结 15 1987
时光取名叫无心
时光取名叫无心 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条回答
  •  时光取名叫无心
    2020-12-30 19:10

    Probably there is leftover, runaway zookeeper on your server from one of the previous deployments. List the pods, containers, processes, etc. and check their age/start time to spot it.

提交回复
热议问题