mirror of
https://github.com/apache/nifi.git
synced 2025-03-06 01:19:49 +00:00
NIFI-7133 - This closes #4049. Clarification of EnforceOrder description
Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
parent
fd7c01453b
commit
4f315edc6e
@ -64,7 +64,7 @@ import static org.apache.commons.lang3.StringUtils.isBlank;
|
|||||||
@Tags({"sort", "order"})
|
@Tags({"sort", "order"})
|
||||||
@InputRequirement(Requirement.INPUT_REQUIRED)
|
@InputRequirement(Requirement.INPUT_REQUIRED)
|
||||||
@TriggerSerially
|
@TriggerSerially
|
||||||
@CapabilityDescription("Enforces expected ordering of FlowFiles those belong to the same data group. " +
|
@CapabilityDescription("Enforces expected ordering of FlowFiles that belong to the same data group within a single node. " +
|
||||||
" Although PriorityAttributePrioritizer can be used on a connection to ensure that flow files going through that connection are in priority order," +
|
" Although PriorityAttributePrioritizer can be used on a connection to ensure that flow files going through that connection are in priority order," +
|
||||||
" depending on error-handling, branching, and other flow designs, it is possible for FlowFiles to get out-of-order." +
|
" depending on error-handling, branching, and other flow designs, it is possible for FlowFiles to get out-of-order." +
|
||||||
" EnforceOrder can be used to enforce original ordering for those FlowFiles." +
|
" EnforceOrder can be used to enforce original ordering for those FlowFiles." +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user