You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/03/04 20:05:18 UTC

[GitHub] [nifi] andrewmlim opened a new pull request #5837: NIFI-9756 Add documentation for framework-level retry in Processors a…

andrewmlim opened a new pull request #5837:
URL: https://github.com/apache/nifi/pull/5837


   …nd update processor tab images


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nifi] sardell commented on a change in pull request #5837: NIFI-9756 Add documentation for framework-level retry in Processors a…

Posted by GitBox <gi...@apache.org>.
sardell commented on a change in pull request #5837:
URL: https://github.com/apache/nifi/pull/5837#discussion_r819891085



##########
File path: nifi-docs/src/main/asciidoc/user-guide.adoc
##########
@@ -714,6 +703,32 @@ Some processors have properties that refer to other components, such as Controll
 
 image:create-service-ssl-context.png["Create Service"]
 
+==== Relationships Tab
+
+The Relationships tab contains an 'Automatically Terminate / Retry Relationships' section. Each of the Relationships that is defined by the Processor is listed here, along with its description.
+
+image::relationships-tab.png["Relationships Tab"]
+
+===== Automatically Terminate
+In order for a Processor to be considered valid and able to run, each Relationship defined by the Processor must be either connected to a downstream component or auto-terminated. If a Relationship is auto-terminated, any FlowFile that is routed to that Relationship will be removed from the flow and its processing considered complete. Any Relationship that is already connected to a downstream component cannot be auto-terminated. The Relationship must first be removed from any Connection that uses it. Additionally, for any Relationship that is selected to be auto-terminated, the auto-termination status will be cleared (turned off) if the Relationship is added to a Connection.
+
+===== Automatically Retry
+Users can also configure whether or not FlowFiles routed to a given Relationship should be retried.

Review comment:
       Disregard. I just noticed your note at line 730.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nifi] asfgit closed pull request #5837: NIFI-9756 Add documentation for framework-level retry in Processors a…

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #5837:
URL: https://github.com/apache/nifi/pull/5837


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nifi] sardell commented on a change in pull request #5837: NIFI-9756 Add documentation for framework-level retry in Processors a…

Posted by GitBox <gi...@apache.org>.
sardell commented on a change in pull request #5837:
URL: https://github.com/apache/nifi/pull/5837#discussion_r819889335



##########
File path: nifi-docs/src/main/asciidoc/user-guide.adoc
##########
@@ -714,6 +703,32 @@ Some processors have properties that refer to other components, such as Controll
 
 image:create-service-ssl-context.png["Create Service"]
 
+==== Relationships Tab
+
+The Relationships tab contains an 'Automatically Terminate / Retry Relationships' section. Each of the Relationships that is defined by the Processor is listed here, along with its description.
+
+image::relationships-tab.png["Relationships Tab"]
+
+===== Automatically Terminate
+In order for a Processor to be considered valid and able to run, each Relationship defined by the Processor must be either connected to a downstream component or auto-terminated. If a Relationship is auto-terminated, any FlowFile that is routed to that Relationship will be removed from the flow and its processing considered complete. Any Relationship that is already connected to a downstream component cannot be auto-terminated. The Relationship must first be removed from any Connection that uses it. Additionally, for any Relationship that is selected to be auto-terminated, the auto-termination status will be cleared (turned off) if the Relationship is added to a Connection.
+
+===== Automatically Retry
+Users can also configure whether or not FlowFiles routed to a given Relationship should be retried.

Review comment:
       It would probably be a good idea to mention that if both retry and terminate are selected for a given relationship, retry attempts will happen first, then termination.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org