Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.18.0
-
None
-
Novice
Description
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.