[ 
https://issues.apache.org/jira/browse/NIFI-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16638200#comment-16638200
 ] 

ASF GitHub Bot commented on NIFI-5516:
--------------------------------------

Github user markap14 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2947#discussion_r222658059
  
    --- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
    @@ -3929,6 +3929,13 @@ from the remote node before considering the 
communication with the node a failur
     to the cluster. It provides an additional layer of security. This value is 
blank by default, meaning that no firewall file is to be used.
     |`nifi.cluster.flow.election.max.wait.time`|Specifies the amount of time 
to wait before electing a Flow as the "correct" Flow. If the number of Nodes 
that have voted is equal to the number specified by the 
`nifi.cluster.flow.election.max.candidates` property, the cluster will not wait 
this long. The default value is `5 mins`. Note that the time starts as soon as 
the first vote is cast.
     |`nifi.cluster.flow.election.max.candidates`|Specifies the number of Nodes 
required in the cluster to cause early election of Flows. This allows the Nodes 
in the cluster to avoid having to wait a long time before starting processing 
if we reach at least this number of nodes in the cluster.
    +|`nifi.cluster.flow.election.max.wait.time`|Specifies the amount of time 
to wait before electing a Flow as the "correct" Flow. If the number of Nodes 
that have voted is equal to the number specified
    + by the `nifi.cluster.flow.election.max.candidates` property, the cluster 
will not wait this long. The default value is `5 mins`. Note that the time 
starts as soon as the first vote is cast.
    +|`nifi.cluster.flow.election.max.candidates`|Specifies the number of Nodes 
required in the cluster to cause early election of Flows. This allows the Nodes 
in the cluster to avoid having to wait a
    +long time before starting processing if we reach at least this number of 
nodes in the cluster.
    +|`nifi.cluster.load.balance.port`|Specifies the port to listen on for 
incoming connections for load balancing data across the cluster. The default 
value is `6342`.|
    --- End diff --
    
    Thanks @andrewmlim! Will do.


> Allow data in a Connection to be Load-Balanced across cluster
> -------------------------------------------------------------
>
>                 Key: NIFI-5516
>                 URL: https://issues.apache.org/jira/browse/NIFI-5516
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Major
>
> Allow user to configure a Connection to be load balanced across the cluster. 
> For more information, see Feature Proposal at 
> https://cwiki.apache.org/confluence/display/NIFI/Load-Balanced+Connections



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to