adamdebreceni commented on a change in pull request #1138:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r678899881
##########
File path: libminifi/src/FlowController.cpp
##########
@@ -60,7 +60,7 @@ namespace minifi {
FlowController::FlowController(std::shared_ptr<core::Repository>
provenance_repo, std::shared_ptr<core::Repository> flow_file_repo,
std::shared_ptr<Configure> configure,
std::unique_ptr<core::FlowConfiguration> flow_configuration,
- std::shared_ptr<core::ContentRepository>
content_repo, const std::string /*name*/, bool headless_mode,
Review comment:
you are right, the same thing (not initializing python and jni
extension) can now be achieved by setting the extension list in the config
accordingly (excluding these extensions)
--
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]