1.现有内网IP:192.168.202.11,外网IP:10.143.7.11,Host:hadoop11
2.先在/etc/hosts文件中添加解析记录
192.168.202.11 hadoop11
3.修改kafka配置文件 server.properties
listeners=PLAINTEXT://0.0.0.0:9092
advertised.listeners=PLAINTEXT://10.143.7.11:9092
4.如下图
1.现有内网IP:192.168.202.11,外网IP:10.143.7.11,Host:hadoop11
2.先在/etc/hosts文件中添加解析记录
192.168.202.11 hadoop11
3.修改kafka配置文件 server.properties
listeners=PLAINTEXT://0.0.0.0:9092
advertised.listeners=PLAINTEXT://10.143.7.11:9092
4.如下图