Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi/pull/13#discussion_r60304883
--- Diff:
minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/bootstrap.conf
---
@@ -41,6 +42,11 @@ nifi.minifi.config=./conf/config.yml
# How frequently the file specified by
'nifi.minifi.notifier.file.config.path' should be evaluated for changes.
#nifi.minifi.notifier.file.polling.period.seconds=5
+# Rest change notifier configuration
+
+# Port on which the Jetty server will bind to, keep commented for a random
open port
+#nifi.minifi.notifier.http.port=8338
+
--- End diff --
do you think it makes sense to include the stubbed out options for the
mutual auth notifier configuration as well?
---
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.
---