State Management
The State Management section of the Properties file provides a mechanism for configuring local and cluster-wide mechanisms for components to persist state. See the State Management section for more information on how this is used.
Property |
Description |
nifi.state.management.configuration.file |
The XML file that contains configuration for the local and cluster-wide
State Providers. The default value is
|
nifi.state.management.provider.local |
The ID of the Local State Provider to use. This value must match the value
of the |
nifi.state.management.provider.cluster |
The ID of the Cluster State Provider to use. This value must match the
value of the |
nifi.state.management.embedded.zookeeper.start |
Specifies whether or not this instance of NiFi should start an embedded ZooKeeper Server. This is used in conjunction with the ZooKeeperStateProvider. |
nifi.state.management.embedded.zookeeper.properties |
Specifies a properties file that contains the configuration for the
embedded ZooKeeper Server that is started (if the
|