[
https://issues.apache.org/jira/browse/MINIFICPP-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marton Szasz updated MINIFICPP-1677:
------------------------------------
Fix Version/s: 0.11.0
> Add SASL PLAIN mechanism support to Kafka processors
> ----------------------------------------------------
>
> Key: MINIFICPP-1677
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1677
> Project: Apache NiFi MiNiFi C++
> Issue Type: New Feature
> Reporter: Gábor Gyimesi
> Assignee: Gábor Gyimesi
> Priority: Major
> Fix For: 0.11.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> PublishKafka processor currently supports Kerberos properties for SASL/GSSAPI
> configuration which is the default SASL configuration in librdkafka. We
> should also support SASL/PLAIN configuration with username and password
> authentication. This requires adding these additional username, password,
> sasl mechanism properties.
> We may also need to extend the security protocol options with SASL_PLAINTEXT
> and SASL_SSL to be more precise which protocol is used, as previously SASL
> was implicitly implied when Kerberos properties were set. This would also be
> on par with the NiFi implementation. Another option would be to prefer
> setting the security protocol depending on the Kerberos or plain username
> password properties and the configured plaintext/ssl option. The latter
> option would provide backward compatibility.
> The same configuration possibilities should also be implemented in
> ConsumeKafka processor.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)