Hello All, I try to setup a nifi cluster with docker for windows. For that I use the docker-compose file from the nifi repository (https://github.com/apache/nifi/tree/master/nifi-docker/docker-compose)
I launch 3 nifi instance , but the instances are not clustered. In the nifi properties files the cluster variables are not changed : nifi.cluster.is.node=false nifi.cluster.node.address= nifi.cluster.node.protocol.port= also zookeeper connect setting is empty docker image for nifi is set to apache/nifi:1.7.1 regards, Chris
