adamdebreceni commented on a change in pull request #1138:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1138#discussion_r680703902



##########
File path: conf/minifi.properties
##########
@@ -20,6 +20,9 @@ nifi.administrative.yield.duration=30 sec
 # If a component has no work to do (is "bored"), how long should we wait 
before checking again for work?
 nifi.bored.yield.duration=100 millis
 
+# Comma separated path for the extension libraries. Relative path is relative 
to the minifi executable.
+nifi.extension.path=../extensions/*

Review comment:
       the extensions are still essentially part of the agent, the MINIFI_HOME, 
as I understand, could be moved to anywhere on the system, I would like them 
(extensions) not to have to be moved with, just as we don't have to move the 
executable
   
   (note: we can still use the ${MINIFI_HOME} variable in the path if need be 
just as with any other property)




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