apiri commented on a change in pull request #503: MINIFICPP-758: Make CoAP
default protocol and add properties as ident…
URL: https://github.com/apache/nifi-minifi-cpp/pull/503#discussion_r263821180
##########
File path: conf/minifi.properties
##########
@@ -37,10 +37,37 @@
nifi.database.content.repository.directory.default=${MINIFI_HOME}/content_reposi
#nifi.rest.api.user.name=admin
#nifi.rest.api.password=password
+## Enabling C2 Uncomment each of the following options
+## define those with missing options
+#nifi.c2.enable=true
+## define protocol parameters
+#c2.agent.protocol.class=CoapProtocol
+#nifi.c2.agent.coap.host=
+#nifi.c2.agent.coap.port=
+#c2.rest.url=
+#c2.rest.url.ack=
Review comment:
I understand we handle both c2.* and nifi.c2.* but can we migrate these for
the sake of consistency? Should be okay from the standpoint that we shouldn't
break existing configs
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services