[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1370: MINIFICPP-1866 Secure connection for ListenSyslog, ListenTCP

2022-07-20 Thread GitBox
martinzink commented on code in PR #1370: URL: https://github.com/apache/nifi-minifi-cpp/pull/1370#discussion_r925346167 ## PROCESSORS.md: ## @@ -1292,11 +1293,13 @@ Listens for incoming TCP connections and reads data from each connection using a In the list below, the names

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1370: MINIFICPP-1866 Secure connection for ListenSyslog, ListenTCP

2022-07-20 Thread GitBox
martinzink commented on code in PR #1370: URL: https://github.com/apache/nifi-minifi-cpp/pull/1370#discussion_r925340171 ## extensions/standard-processors/processors/NetworkListenerProcessor.cpp: ## @@ -37,7 +38,8 @@ void NetworkListenerProcessor::onTrigger(const std::shared_pt

[GitHub] [nifi-minifi-cpp] martinzink commented on a diff in pull request #1370: MINIFICPP-1866 Secure connection for ListenSyslog, ListenTCP

2022-07-20 Thread GitBox
martinzink commented on code in PR #1370: URL: https://github.com/apache/nifi-minifi-cpp/pull/1370#discussion_r925329712 ## extensions/standard-processors/processors/ListenSyslog.h: ## @@ -45,13 +45,15 @@ class ListenSyslog : public NetworkListenerProcessor { EXTENSIONAPI sta