This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 470406c13a NIFI-12533 Allow usage of NIFI_CLUSTER_LOAD_BALANCE_HOST in 
Docker
470406c13a is described below

commit 470406c13a7854ad7c73a1471b0f79d611037cb1
Author: Dominique Jean-Prost <djeanpr...@gmail.com>
AuthorDate: Thu Dec 21 15:57:05 2023 +0100

    NIFI-12533 Allow usage of NIFI_CLUSTER_LOAD_BALANCE_HOST in Docker
    
    This closes #8177
    
    Signed-off-by: David Handermann <exceptionfact...@apache.org>
---
 nifi-docker/dockerhub/sh/start.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nifi-docker/dockerhub/sh/start.sh 
b/nifi-docker/dockerhub/sh/start.sh
index a05d1bf005..584e55b13a 100755
--- a/nifi-docker/dockerhub/sh/start.sh
+++ b/nifi-docker/dockerhub/sh/start.sh
@@ -63,6 +63,7 @@ prop_replace 'nifi.cluster.is.node'                         
"${NIFI_CLUSTER_IS_N
 prop_replace 'nifi.cluster.node.address'                    
"${NIFI_CLUSTER_ADDRESS:-$HOSTNAME}"
 prop_replace 'nifi.cluster.node.protocol.port'              
"${NIFI_CLUSTER_NODE_PROTOCOL_PORT:-}"
 prop_replace 'nifi.cluster.node.protocol.max.threads'       
"${NIFI_CLUSTER_NODE_PROTOCOL_MAX_THREADS:-50}"
+prop_replace 'nifi.cluster.load.balance.host'               
"${NIFI_CLUSTER_LOAD_BALANCE_HOST:-}"
 prop_replace 'nifi.zookeeper.connect.string'                
"${NIFI_ZK_CONNECT_STRING:-}"
 prop_replace 'nifi.zookeeper.root.node'                     
"${NIFI_ZK_ROOT_NODE:-/nifi}"
 prop_replace 'nifi.cluster.flow.election.max.wait.time'     
"${NIFI_ELECTION_MAX_WAIT:-5 mins}"

Reply via email to