Data Integration Connectors
- Data Integration Connectors
- All Products
<HostName>:<PortNumber>
Property
| Values
|
---|---|
Additional Connection Properties
| security.protocol=SSL
|
SSL Mode
| One-way or Two-way.
|
SSL TrustStore File Path
| Required when you use the one-way or two-way SSL mode.
Absolute path and file name of the SSL truststore file.
|
SSL TrustStore Password
| Required when you use the one-way or two-way SSL mode.
Password for the SSL truststore.
|
SSL KeyStore File Path
| Required when you use the two-way SSL mode.
Absolute path and file name of the SSL keystore file that contains private keys and certificates that the Kafka broker validates against the Kafka cluster certificate.
|
SSL KeyStore Password
| Required when you use the two-way SSL mode.
Password for the SSL keystore.
|
Property
| Values
|
---|---|
Additional Connection Properties
| security.protocol=SASL_SSL,sasl.mechanism=SCRAM-SHA-512,sasl.jaas.config=org.apache.kafka.common.security.scram.ScramLoginModule required username="<username>" password="<password>";
|
SSL Mode
| One-way or Two-way.
|
SSL TrustStore File Path
| Required when you use the one-way or two-way SSL mode.
Absolute path and file name of the SSL truststore file.
|
SSL TrustStore Password
| Required when you use the one-way or two-way SSL mode.
Password for the SSL truststore.
|
SSL KeyStore File Path
| Required when you use the two-way SSL mode.
Absolute path and file name of the SSL keystore file that contains private keys and certificates that the Kafka broker validates against the Kafka cluster certificate.
|
SSL KeyStore Password
| Required when you use the two-way SSL mode.
Password for the SSL keystore.
|