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/06/11 20:36:00 UTC

[jira] [Created] (NIFI-7524) Add retry relationship to ExecuteSQL

Matt Burgess created NIFI-7524:
----------------------------------

             Summary: Add retry relationship to ExecuteSQL
                 Key: NIFI-7524
                 URL: https://issues.apache.org/jira/browse/NIFI-7524
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Matt Burgess


Currently ExecuteSQL has success and failure relationships, where all errors/failures are routed to failure. However for transient exceptions such as "Connection refused", it would be better to have a retry relationship to indicate that the flow file could be processed successfully in the future, rather than invalid SQL errors, e.g.  The retry relationship exists in other RDBMS processors such as PutSQL and PutDatabaseRecord, and would be helpful for ExecuteSQL as well.



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