mirror of https://github.com/apache/nifi.git
NIFI-13681 Aligned Cluster Docker Environment Variables with Properties (#9199)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
6b6e8d6f78
commit
d9c5a19255
|
@ -71,8 +71,8 @@ prop_replace 'nifi.cluster.flow.election.max.candidates' "${NIFI_ELECTION_MAX
|
|||
prop_replace 'nifi.web.proxy.context.path' "${NIFI_WEB_PROXY_CONTEXT_PATH:-}"
|
||||
|
||||
# Set leader election and state management properties
|
||||
prop_replace 'nifi.cluster.leader.election.implementation' "${NIFI_LEADER_ELECTION_IMPLEMENTATION:-CuratorLeaderElectionManager}"
|
||||
prop_replace 'nifi.state.management.provider.cluster' "${NIFI_STATE_MANAGEMENT_CLUSTER_PROVIDER:-zk-provider}"
|
||||
prop_replace 'nifi.cluster.leader.election.implementation' "${NIFI_CLUSTER_LEADER_ELECTION_IMPLEMENTATION:-CuratorLeaderElectionManager}"
|
||||
prop_replace 'nifi.state.management.provider.cluster' "${NIFI_STATE_MANAGEMENT_PROVIDER_CLUSTER:-zk-provider}"
|
||||
|
||||
# Set analytics properties
|
||||
prop_replace 'nifi.analytics.predict.enabled' "${NIFI_ANALYTICS_PREDICT_ENABLED:-false}"
|
||||
|
|
Loading…
Reference in New Issue