You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2020/04/28 12:36:00 UTC

[jira] [Updated] (NIFI-1003) Ability to auto-terminate relationship connections for a processor

     [ https://issues.apache.org/jira/browse/NIFI-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated NIFI-1003:
-------------------------------
    Fix Version/s: 0.6.0

> Ability to auto-terminate relationship connections for a processor
> ------------------------------------------------------------------
>
>                 Key: NIFI-1003
>                 URL: https://issues.apache.org/jira/browse/NIFI-1003
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Core Framework
>    Affects Versions: 0.3.0
>         Environment: New processor with many dynamically-generated relationships
>            Reporter: Rick Braddy
>            Priority: Minor
>             Fix For: 0.6.0
>
>
> Need a way to auto-terminate relationships without user intervention; that is, change the default behavior of a processor to automatically self-terminate connections for relationships when they are created.  
> Ideally, this would be possible to set at processor init() time, so all relationships on the processor will be auto-terminated by default. Since this primarily applies to relationships added dynamically, it could also be called via the ProcessContext object during onTrigger().
> context.autoTerminateConnections( boolean selfAutoTerminate);
> where calling autoTerminateConnections( true ) would cause future relationships to be auto-terminated by default (instead of the default, which is to require manually setting auto-termination).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)