Leader Not Available Kafka in Console Producer

前端 未结 24 2575
野趣味
野趣味 2020-12-07 07:47

I am trying to use Kafka.
All configurations are done properly but when I try to produce message from console I keep getting the following error

WARN Err         


        
24条回答
  •  情歌与酒
    2020-12-07 08:22

    For me, it was happen due to a miss configuration
    Docker port (9093)
    Kafka command port "bin/kafka-console-producer.sh --broker-list localhost:9092 --topic TopicName"
    I checked my configuration to match port and now everything is ok

提交回复
热议问题