arpadboda commented on a change in pull request #650: MINIFICPP-1034 - MQTT
processors doesnt work
URL: https://github.com/apache/nifi-minifi-cpp/pull/650#discussion_r326273570
##########
File path: extensions/mqtt/processors/AbstractMQTTProcessor.cpp
##########
@@ -46,32 +46,15 @@ core::Property AbstractMQTTProcessor::SecurityCA("Security
CA", "File or directo
core::Property AbstractMQTTProcessor::SecurityCert("Security Cert", "Path to
client's public key (PEM) used for authentication", "");
core::Property AbstractMQTTProcessor::SecurityPrivateKey("Security Private
Key", "Path to client's private key (PEM) used for authentication", "");
core::Property AbstractMQTTProcessor::SecurityPrivateKeyPassWord("Security
Pass Phrase", "Private key passphrase", "");
Review comment:
These are not exported, but clearly never been tested as well, so created
https://issues.apache.org/jira/browse/MINIFICPP-1035 to address this.
----------------------------------------------------------------
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]
With regards,
Apache Git Services