Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/37#discussion_r96061120
--- Diff: conf/minifi.properties ---
@@ -16,6 +16,7 @@
# Core Properties #
nifi.version=0.2.0
nifi.flow.configuration.file=./conf/config.yml
+nifi.accept.dynamic.properties=true
--- End diff --
Any reason why we shouldn't support dynamic properties by default? I
understand we are trying to delineate between just blindly accepting new
properties, but feel like the model present in NiFi is the best where
processors can choose to support it.
---
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.
---