NifiZookeeperSpec
NifiZookeeperSpec defines the ZooKeeper options for NiFi.
host string
-
host is the comma separated list of hosts of the ZooKeeper nodes, or the name of the headless service on top of them.
port int
-
port is the client port number of the ZooKeeper instance(s), the default value is:
2181
. secure bool
(Optional)
-
secure determines whether two-way TLS should be used when communicating with ZooKeeper.