Aldrin Piri created NIFI-5738:
---------------------------------
Summary: Evaluate/migrate MQTT processors to use SocketFactory
instead of custom SSL properties
Key: NIFI-5738
URL: https://issues.apache.org/jira/browse/NIFI-5738
Project: Apache NiFi
Issue Type: Improvement
Reporter: Aldrin Piri
Currently, the MQTT processors make use of "com.ibm.ssl" prefixed properties to
populate the associated MqttConnectOptions. To provide this, there is a
transformSSLContextService that maps properties to their equivalents from an
SSLContextService. MqttConnectOptions states that such properties are ignored
if the MqttConnectOptions#setSocketFactory method is used. Given some of the
utility code we already use to handle the SSLContext it may make sense to
prefer that for standardized handling in lieu of mapping to these specific
properties.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)