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 static const core::Property MaxBatchSize;
   EXTENSIONAPI static const core::Property ParseMessages;
   EXTENSIONAPI static const core::Property MaxQueueSize;
+  EXTENSIONAPI static const core::Property SSLContextService;

Review Comment:
   I think we could  `EXTENSIONAPI static const core::Property ClientAuth;` 
here aswell.
   



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to