File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ prop_replace 'nifi.cluster.flow.election.max.candidates' "${NIFI_ELECTION_MAX
71
71
prop_replace ' nifi.web.proxy.context.path' " ${NIFI_WEB_PROXY_CONTEXT_PATH:- } "
72
72
73
73
# Set leader election and state management properties
74
- prop_replace ' nifi.cluster.leader.election.implementation' " ${NIFI_LEADER_ELECTION_IMPLEMENTATION :- CuratorLeaderElectionManager} "
75
- prop_replace ' nifi.state.management.provider.cluster' " ${NIFI_STATE_MANAGEMENT_CLUSTER_PROVIDER :- zk-provider} "
74
+ prop_replace ' nifi.cluster.leader.election.implementation' " ${NIFI_CLUSTER_LEADER_ELECTION_IMPLEMENTATION :- CuratorLeaderElectionManager} "
75
+ prop_replace ' nifi.state.management.provider.cluster' " ${NIFI_STATE_MANAGEMENT_PROVIDER_CLUSTER :- zk-provider} "
76
76
77
77
# Set analytics properties
78
78
prop_replace ' nifi.analytics.predict.enabled' " ${NIFI_ANALYTICS_PREDICT_ENABLED:- false} "
You can’t perform that action at this time.
0 commit comments