要解决Apache NIFI集群无法使用多个外部Zookeeper的问题,你需要进行以下步骤:
nifi.zookeeper.connect.string=node1:2181,node2:2181,node3:2181
其中,node1、node2、node3是Zookeeper服务器的主机名或IP地址,2181是Zookeeper服务器的端口号。确保所有节点上的nifi.properties文件都设置了相同的Zookeeper服务器列表。
nifi.zookeeper.connect.timeout=10 secs
nifi.state.management.embedded.zookeeper.start=false
通过以上步骤,你应该能够解决Apache NIFI集群无法使用多个外部Zookeeper的问题。确保所有节点上的配置都是一致的,并且外部Zookeeper服务器能够正常运行。