Kafka create topic as follow command but thow an error please explain itbinkafka-topicssh --create --zookeeper localhost2181 --replication-factor 1 --partitions 1 --topic mytopicError while executing
This error message indicates that the Kafka broker was unable to assign a node to the new topic. The most likely cause is that the Kafka broker is not running or is not properly configured. You can try checking the Kafka broker logs for any errors or checking that the Zookeeper server is running properly. Another possible cause could be network connectivity issues between the Kafka broker and Zookeeper server.
原文地址: http://www.cveoy.top/t/topic/c8RW 著作权归作者所有。请勿转载和采集!