TDV Adapter for Apache Kafka

Build 22.0.8462

AuthScheme

The scheme used for authentication with the Apache Kafka broker.

Possible Values

Auto, None, Plain, SCRAM, SCRAM-SHA-512, Kerberos, SSLCertificate

Data Type

string

Default Value

"Auto"

Remarks

The supported schemes are described as follows:

Auto Lets the adapter 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.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462