phrocker 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_r260431243
########## 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: If a referenced processor isn't there we'll error out and tell them. Otherwise this will be a non issue. ---------------------------------------------------------------- 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
