arpadboda commented on a change in pull request #683: MINIFICPP-1087 - Proper
handling of errors during onSchedule calls
URL: https://github.com/apache/nifi-minifi-cpp/pull/683#discussion_r351181041
##########
File path: libminifi/src/core/yaml/YamlConfiguration.cpp
##########
@@ -61,6 +61,21 @@ core::ProcessGroup
*YamlConfiguration::parseRootProcessGroupYaml(YAML::Node root
this->name_ = flowName;
+ if (rootFlowNode["onschedule retry interval"]) {
Review comment:
Something configurable. You are free to set 0, which is going to turn it
off.
Although to match NiFi behaviour retry should be the default way to do
things. In case a processor can't connect (for eg. the destination is temporary
down), we shouldn't give up entirely.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services