[
https://issues.apache.org/jira/browse/CAMEL-10196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15397575#comment-15397575
]
Andrea Cosentino commented on CAMEL-10196:
------------------------------------------
The sasl.mechanism property was introduced in
https://issues.apache.org/jira/browse/KAFKA-3149
So this is not a problem for 2.17.2. In Kafka 0.9.0.1 the only supported SASL
Mechanism is SASL/GSSAPI using Kerberos and it does not allow other SASL
mechanisms to be plugged in.
https://cwiki.apache.org/confluence/display/KAFKA/KIP-43%3A+Kafka+SASL+enhancements
> Camel KAfka doesn't support SASL_PLAINTEXT security protocol
> ------------------------------------------------------------
>
> Key: CAMEL-10196
> URL: https://issues.apache.org/jira/browse/CAMEL-10196
> Project: Camel
> Issue Type: Improvement
> Components: camel-kafka
> Affects Versions: 2.18.0
> Reporter: Oliver Holzmann
> Assignee: Andrea Cosentino
> Fix For: 2.18.0
>
>
> I try to use plain SASL client authentication. I can set
> {{securityProtocol=SASL_PLAINTEXT}} but it is not possible to set sasl
> mechanism to {{PLAIN}} via camel endpoint configuration. Thus the default
> from
> {{org.apache.kafka.common.config.SaslConfigs.DEFAULT_SASL_MECHANISM=GSSAPI_MECHANISM}}
> is used.
> It should be possible to set something like {{saslMechanism=PLAIN}} in kafka
> endpoint configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)