[
https://issues.apache.org/jira/browse/MINIFICPP-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466701#comment-16466701
]
ASF GitHub Bot commented on MINIFICPP-394:
------------------------------------------
Github user apiri commented on a diff in the pull request:
https://github.com/apache/nifi-minifi-cpp/pull/321#discussion_r186475353
--- Diff: PROCESSORS.md ---
@@ -71,6 +74,60 @@ default values, and whether a property supports the NiFi
Expression Language.
| - | - |
| success | All FlowFiles are routed to this relationship. |
+## ConvertHeartBeat
+
+This Processor converts MQTT heartbeats into a JSON repreesntation.
+
+### Properties
+
+In the list below, the names of required properties appear in bold. Any
other
+properties (not in bold) are considered optional. The table also indicates
any
+default values, and whether a property supports the NiFi Expression
Language.
+
+| Name | Default Value | Allowable Values | Description |
+| - | - | - | - |
+| **MQTT Controller Service** | | | The MQTT Controller service |
+| Listening topic | | | The topic on which we will listen to get MQTT C2
messages |
+
+
+## ConvertJSONAack
--- End diff --
typo: Aack -> Ack
> Implement MQTT C2 protocol
> ---------------------------
>
> Key: MINIFICPP-394
> URL: https://issues.apache.org/jira/browse/MINIFICPP-394
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: marco polo
> Priority: Major
>
> Implement MQTT C2 protocol as we likely won't want to use the REST protocol
> long term
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)