linux下安装kafka
2021-01-24 13:53 Spiderman25 阅读(50) 评论(0) 收藏 举报https://www.cnblogs.com/expiator/p/9990171.html
server.properties中添加,要不然远程不了
listenters=PLAINTEXT://:9092
advertised.listeners=PLAINTEXT://服务器IP:9092
https://www.cnblogs.com/expiator/p/9990171.html
server.properties中添加,要不然远程不了
listenters=PLAINTEXT://:9092
advertised.listeners=PLAINTEXT://服务器IP:9092