請檢查Kafka的config/server.properties 看看是否有填寫code
config/server.properties
listeners=PLAINTEXT://kafka-host:9092 advertised.listeners=PLAINTEXT://kafka-host:9092
這裏的kafka-host須要在/etc/hosts進行映射,服務端映射到本地或內網ip,客戶端映射到服務端ipserver
/etc/hosts
問題解決。ip