Record -
kafka
: AuthenticationConfiguration
Configurations related to Kafka authentication mechanisms.
Fields
- mechanism AuthenticationMechanism (default AUTH_SASL_PLAIN)
-
Type of the authentication mechanism. Currently, SASL_PLAIN and SCRAM are supported. See
kafka:AuthennticationType
for more information
- securityProtocol string (default PROTOCOL_SASL_PLAINTEXT)
-
Type of the security protocol to use in the broker connection
- username string
-
The username to use to authenticate the Kafka producer/consumer
- password string
-
The password to use to authenticate the Kafka producer/consumer