martinzink commented on code in PR #2083:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2083#discussion_r2682676030
##########
libminifi/src/core/RepositoryFactory.cpp:
##########
@@ -44,6 +47,10 @@ std::unique_ptr<core::ContentRepository>
createContentRepository(const std::stri
return
std::make_unique<core::repository::FileSystemRepository>(repo_name);
}
if (fail_safe) {
Review Comment:
removed the fail_safe option, [remove fail_safe
option](https://github.com/apache/nifi-minifi-cpp/pull/2083/commits/68da2bfc0e38b37f2f13a886529ef4c9ff7ba2d9)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]