Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/321#discussion_r186475024
--- Diff: C2.md ---
@@ -52,6 +52,8 @@
https://cwiki.apache.org/confluence/display/MINIFI/C2+Design+Proposal
# specify C2 protocol -- default is RESTSender if this is not specified
c2.agent.protocol.class=RESTSender
+ # may also use MQTT
+ # c2.agent.protocol.class=RESTSender = MQTTC2Protocol
--- End diff --
This is a little confusing. Should just be c2.agent.protocol.class=
MQTTC2Protocol?
---