You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/03/08 15:39:59 UTC

[GitHub] [nifi-minifi-cpp] apiri commented on a change in pull request #503: MINIFICPP-758: Make CoAP default protocol and add properties as ident…

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_r263821686
 
 

 ##########
 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
 
 Review comment:
   We need to update the language surrounding this PR's changes in C2.md as well
   https://github.com/apache/nifi-minifi-cpp/blob/master/C2.md#protocols

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services