[
https://issues.apache.org/jira/browse/MINIFICPP-394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466706#comment-16466706
]
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_r186477628
--- Diff: extensions/mqtt/CMakeLists.txt ---
@@ -37,10 +37,10 @@ endif()
# Include UUID
-find_package(UUID REQUIRED)
-target_link_libraries(minifi-mqtt-extensions ${LIBMINIFI}
${UUID_LIBRARIES} ${JSONCPP_LIB})
-find_package(OpenSSL REQUIRED)
-include_directories(${OPENSSL_INCLUDE_DIR})
+#find_package(UUID REQUIRED)
--- End diff --
Should these just get nixed?
> 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)