DistributeLoad 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-standard-nar
DESCRIPTION¶
Distributes FlowFiles to downstream processors based on a Distribution Strategy. If using the Round Robin strategy, the default is to assign each destination a weighting of 1 (evenly distributed). However, optional properties can be added to the change this; adding a property with the name ‘5’ and value ‘10’ means that the relationship with name ‘5’ will be receive 10 FlowFiles in each iteration instead of 1.
INPUT REQUIREMENT¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
Distribution Strategy |
Determines how the load will be distributed. Relationship weight is in numeric order where ‘1’ has the greatest weight. |
Number of Relationships |
Determines the number of Relationships to which the load should be distributed |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
1 |
Where to route flowfiles for this relationship index |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
distribute.load.relationship |
The name of the specific relationship the FlowFile has been routed through |