Kafka无法外网访问问题解决方法
编辑server.properties
外网配置
#listeners=PLAINTEXT://:9092
advertised.listeners=PLAINTEXT://x.x.x.x:9092
zookeeper.connect=localhost:2181
内网配置
#listeners=PLAINTEXT://:9092
listeners=PLAINTEXT://x.x.x.x:9092
zookeeper.connect=localhost:2181