martinzink commented on code in PR #2083:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2083#discussion_r2672323446


##########
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:
   yeah thats a valid point, prior to this PR we dont even notified the user 
via the logs, but we might want to be more strict thats true



-- 
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]

Reply via email to