Kexort commented on a change in pull request #535: MINIFICPP-794: Incorporate
Flow File Expiration settings on connectio…
URL: https://github.com/apache/nifi-minifi-cpp/pull/535#discussion_r275076974
##########
File path: libminifi/src/core/yaml/YamlConfiguration.cpp
##########
@@ -656,6 +656,17 @@ void YamlConfiguration::parseConnectionYaml(YAML::Node
*connectionsNode, core::P
}
connection->setDestinationUUID(destUUID);
+ // Flow File Expiration Duration in MilliSeconds
+ uint64_t expirationDuration = 0;
Review comment:
Indeed, thanks!
----------------------------------------------------------------
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