arpadboda commented on a change in pull request #489: MINIFICPP-740: Add ability to run NiFi processors from Java and Python URL: https://github.com/apache/nifi-minifi-cpp/pull/489#discussion_r260291337
########## File path: libminifi/include/FlowController.h ########## @@ -339,6 +339,8 @@ class FlowController : public core::controller::ControllerServiceProvider, publi // function to load the flow file repo. void loadFlowRepo(); + void initializeJNI(); Review comment: What happens if JNI extension is not built/added? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
