Github user JPercivall commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi/pull/10#discussion_r59978081
  
    --- Diff: 
minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/bootstrap.conf
 ---
    @@ -28,6 +28,16 @@ conf.dir=./conf
     # How long to wait after telling MiNiFi to shutdown before explicitly 
killing the Process
     graceful.shutdown.seconds=20
     
    +# The location for the configuration file
    +nifi.minifi.config=./conf/config.yml
    +
    +# Notifiers to use for the associated agent, comma separated list of class 
names
    
+#nifi.minifi.notifier.components=org.apache.nifi.minifi.bootstrap.configuration.FileChangeNotifier
    +
    +# File change notifier configuration for path of the file to monitor and 
the associated polling period
    +#nifi.minifi.notifier.file.config.path=
    --- End diff --
    
    I agree that there may be use-cases where there will be an separate 
directory to watch but as a user that has access to the MINIFI directory 
directly, my natural thinking is to modify the file itself. If it's not too 
much trouble to optimize now I would lean towards that though if it would be a 
lot of needless work we can just properly document the limitations.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to