Segment Central | partitions | partition[n] | Content Integration | dataSources | Segment Central | ci.kafka.configuration

Provide values for the following optional/mandatory fields:

ci.kafka.bootstrapServers

Description
Comma separated list of Kafka bootstrap servers (brokers).
Default value
(Blank)

ci.kafka.securityProtocol

Description
The security protocol to be used for Kafka connections.
Default value
NONE

ci.kafka.saslMechanism

Description
The required SASL mechanism.
Default value
PLAIN

ci.kafka.userForDataSource

Description
Unica user, holding the required data sources containing SASL and/or SSL secrets.
Default value
(Blank)

ci.kafka.dataSourceNameForSaslJaasConfig

Description
Name of the user data source containing SASL credentials. Applicable only for SASL_* security protocols.
Default value
(Blank)

ci.kafka.trustStoreLocation

Description
Absolute path to the trust store (.jks). Applicable only for SSL and SASL_SSL security protocols.
Default value
(Blank)

ci.kafka.dataSourceNameForTrustStorePassword

Description
Name of the user data source containing the trust store password (username from the data source is ignored). Applicable only for SSL and SASL_SSL security protocols.
Default value
(Blank)

ci.kafka.keystoreLocation

Description
Absolute path to the key store (.jks). Applicable only for SSL and SASL_SSL security protocols.
Default value
(Blank)

ci.kafka.dataSourceNameForKeyStorePassword

Description
Name of the user data source containing the key store password (username from the data source is ignored). Applicable only for SSL and SASL_SSL security protocols.
Default value
(Blank)

ci.kafka.dataSourceNameForKeyPassword

Description
Name of the user data source containing the key password (username from the data source is ignored). Applicable only for SSL and SASL_SSL security protocols.
Default value
(Blank)

ci.kafka.kerberosConfFilePath

Description
Path to Kerberos configuration file. For example, on Unix, it is generally /etc/krb5.conf and on Windows it can be found at C:/Windows/krb5.ini. Applicable only for SASL_* security protocols with KERBEROS SASL mechanism.
Default value
(Blank)

ci.kafka.kerberosKeytabFilePath

Description
Path to Kerberos keytab file. Applicable only for SASL_* security protocols with KERBEROS SASL mechanism.
Default value
(Blank)

ci.kafka.kerberosPrincipal

Description
Kerberos principal name having access to kafka service. Applicable only for SASL_* security protocols with KERBEROS SASL mechanism.
Default value
(Blank)

ci.kafka.kerberosServiceName

Description
Kerberos service Name for kafka (as per sasl.kerberos.service.name configuration for Kafka cluster). Applicable only for SASL_* security protocols with KERBEROS SASL mechanism.
Default value
kafka