martinzink commented on a change in pull request #1058:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1058#discussion_r618114520
##########
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
+ # specify C2 protocol -- default is RESTSender if not specified
+ nifi.c2.agent.protocol.class=RESTSender
#nifi.c2.agent.protocol.class=CoapProtocol
# may also use MQTT or REST
# nifi.c2.agent.protocol.class=MQTTC2Protocol
Review comment:
Thanks for the PR, I think we should also change the non-default help
comments here as well to reflect the change
```suggestion
# may also use MQTT or CoapProtocol
# nifi.c2.agent.protocol.class=MQTTC2Protocol
# nifi.c2.agent.protocol.class=CoapProtocol
```
--
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]