阿里云服务器kafka无法访问
作者:互联网
- 配置阿里云安全组规则 出端口入端口都要打开
- 配置/etc/hosts 添加内网ip和ipName(可能也要加公网ip)
172.18.10.10 HostName - 配置kafka的server.properties
listeners=PLAINTEXT://0.0.0.0:9092
advertised.listeners=PLAINTEXT://120.78.22.22:9092
advertised.host.name=HostName
标签:PLAINTEXT,ip,无法访问,HostName,9092,kafka,advertised,服务器 来源: https://blog.csdn.net/weixin_43101402/article/details/116546821