AuthScheme
The scheme used for authentication with the Apache Kafka broker.
Possible Values
Auto, None, Plain, SCRAM, SCRAM-SHA-512, Kerberos, SSLCertificateData Type
string
Default Value
"Auto"
Remarks
The supported schemes are described as follows:
Auto | Lets the driver decide automatically based on the other connection properties you have set. |
None | Anonymous authentication will be used, and you can connect to the data source without specifying the user credentials. |
Plain | The plain text login module will be used. |
SCRAM | The SCRAM login module will be used with SHA-256 hashing. |
SCRAM-SHA-512 | The SCRAM login module will be used with SHA-512 hashing. |
Kerberos | Kerberos authentication will be used, when using this value the system kerberos configuration file should be specified. |
SSLCertificate | SSL client certificate authentication will be used. |