Hello, Using Nifi 1.11.1 in cluster mode with external zookeeper. Does the nifi.zookeeper.connect string in the nifi.properties need to change from say:
nifi.zookeeper.connect.string= 10.xxx.x.xxx:2181,10.xxx.x.xxx:2181,10.xxx.x.xxx:2181 nifi.zookeeper.connect.string= 10.xxx.x.xxx;2181,10.xxx.x.xxx;2181,10.xxx.x.xxx;2181 Changing the : to ; between the host and client port?
