arpadboda commented on a change in pull request #1058:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1058#discussion_r618650912
##########
File path: C2.md
##########
@@ -63,11 +63,11 @@ be requested via C2 DESCRIBE manifest command.
# specify classes for the AST response
nifi.c2.root.classes=DeviceInfoNode,AgentInformation,FlowInformation
- # specify C2 protocol -- default is CoapProtocol if not specified
- #nifi.c2.agent.protocol.class=CoapProtocol
- # may also use MQTT or REST
- # nifi.c2.agent.protocol.class=MQTTC2Protocol
+ # specify C2 protocol -- default is RESTSender if not specified
nifi.c2.agent.protocol.class=RESTSender
+ # may also use MQTT or CoapProtocol
+ # nifi.c2.agent.protocol.class=MQTTC2Protocol
Review comment:
Do we have MQTT tested or at least documented anywhere?
Honestly, I have never tried it.
--
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]