ForkEnrichment
Description
Used in conjunction with the JoinEnrichment processor, this processor is responsible for adding the attributes that are necessary for the JoinEnrichment processor to perform its function. Each incoming FlowFile will be cloned. The original FlowFile will have appropriate attributes added and then be transferred to the 'original' relationship. The clone will have appropriate attributes added and then be routed to the 'enrichment' relationship. See the documentation for the JoinEnrichment processor (and especially its Additional Details) for more information on how these Processors work together and how to perform enrichment tasks in NiFi by using these Processors.
Tags
enrich, fork, join, record
Properties
In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|
Dynamic Properties
This component does not support dynamic properties.
Relationships
Name | Description |
---|---|
enrichment | A clone of the incoming FlowFile will be routed to this relationship, after adding appropriate attributes. |
original | The incoming FlowFile will be routed to this relationship, after adding appropriate attributes. |
Reads Attributes
This processor does not read attributes.
Writes Attributes
Name | Description |
---|---|
enrichment.group.id | The Group ID to use in order to correlate the 'original' FlowFile with the 'enrichment' FlowFile. |
enrichment.role | The role to use for enrichment. This will either be ORIGINAL or ENRICHMENT. |
State Management
This component does not store state.
Restricted
This component is not restricted.
Input Requirement
This component requires an incoming relationship.
System Resource Considerations
This component does not specify system resource considerations.