[
https://issues.apache.org/jira/browse/NIFI-13196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17845454#comment-17845454
]
ASF subversion and git services commented on NIFI-13196:
--------------------------------------------------------
Commit 62fbd8e8b187e6db2e639eb30f3078238a2da165 in nifi's branch
refs/heads/main from Mark Payne
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=62fbd8e8b1 ]
NIFI-13196: Added new isAutoTerminated(Relationship) method to ProcessContext,
which simply delegates to Connectable.isAutoTerminated(Relationship)
This closes #8790
Signed-off-by: Joseph Witt <[email protected]>
> Add a new isAutoTerminated(Relationship) method to ProcessContext
> -----------------------------------------------------------------
>
> Key: NIFI-13196
> URL: https://issues.apache.org/jira/browse/NIFI-13196
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Mark Payne
> Assignee: Mark Payne
> Priority: Major
> Fix For: 2.0.0-M3
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Currently a Processor has no way of determining whether or not a Relationship
> is auto-terminated. There are cases where a Processor forks an incoming
> FlowFile and updates it (in a potentially expensive manner) and then
> transfers it to a Relationship that is auto-terminated.
> We should add the ability to determine whether or not a given relationship is
> auto-terminated so that we can be more efficient
--
This message was sent by Atlassian Jira
(v8.20.10#820010)