java.net.ConnectException: Connection timed out: no further information
来源:4-6 查看Topic列表及Internal杂谈

恶汉模式
2021-06-02
api调用使用ecs公网ip
createTopic(); 失败
topicLists(); 失败
java.net.ConnectException: Connection timed out: no further information
检查情况:
zookeeper正常
kafka启动着
ecs安全组允许入方向9092
server配置,ip都为ecs私网ip
listeners=PLAINTEXT://172.19.7.34:9092
advertised.listeners=PLAINTEXT://172.19.7.34:9092
解决方法:
需要将advertised.listeners改成公网ip
写回答
1回答
-
qq_不惑_cprDGL
2021-06-08
防火墙关了吗
122022-09-13
相似问题