更改默认端口的Apache Zookeeper问题

时间:2018-09-26 02:24:53

标签: apache-kafka apache-zookeeper

我正在尝试安装Zookeeper和Kafka进行基本测试 并且必须将Zookeeper中的“客户端”端口更改为可用/打开的端口,如下所示,

dataDir=/tmp/zookeeper
# the port at which the clients will connect
clientPort=56xxx

但是,即使在我启动Kafka服务器时在zookeeper属性文件中对其进行更改后,它也会尝试连接到默认的2181端口,如下所示,并且Kafka服务器未启动。

Opening socket connection to server 
localhost/127.0.0.1:2181.
......
INFO Socket error occurred: localhost/127.0.0.1:2181: 
Connection refused 
-------------

我一直困扰着这个问题,除了Zookeeper属性文件之外,我还需要更改其他任何配置或属性文件,以便Kafka寻找新的Zookeeper客户端端口吗?

1 个答案:

答案 0 :(得分:0)

您需要在Kafka的zookeeper.connect文件中编辑server.properties