WARN [AdminClient clientId=adminclient-1] Error connecting to node computerXU.mshome.net:9092 (id: 0 rack: null) (org.apache.kafka.clients.NetworkClient)
java.net.UnknownHostException: computerXU.mshome.net
        at java.net.InetAddress.getAllByName0(InetAddress.java:1281)

解决: kafka 的server.properties 添加advertised.listeners参数配置

advertised.listeners=PLAINTEXT://192.168.1.1:9092  //对外暴露的外网ip或局域内网IP,不是本地ip
zookeeper.connect=localhost:2181    //必须localhost
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐