Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.18.0
-
Fix Version/s: 2.18.0
-
Component/s: camel-kafka
-
Labels:None
-
Estimated Complexity: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.