Property | Description |
---|---|
Name | Name of the connection. The name is not case sensitive and must be unique within the domain. You can change this property after you create the connection. The name cannot exceed 128 characters, contain spaces, or contain the following special characters: ~ ` ! $ % ^ & * ( ) - + = { [ } ] | \ : ; " ' < , > . ? / |
ID | The string that the Data Integration Service uses to identify the connection. The ID is not case sensitive. It must be 255 characters or less and must be unique in the domain. You cannot change this property after you create the connection. Default value is the connection name. |
Description | Description of the connection. Enter a string that you can use to identify the connection. The description cannot exceed 4,000 characters. |
Location | Domain where you want to create the connection. Select the domain name. |
Type | Connection type. Select Messaging/ConfluentKafka. |
Property | Description |
---|---|
Kafka Broker List | Comma-separated list of Confluent Kafka brokers that maintain the configuration of the Confluent Kafka messaging broker. To specify a Confluent Kafka broker, use the following format: <IP address>:<port> |
Retry Timeout | Number of seconds after which the Data Integration Service attempts to reconnect to the Confluent Kafka broker to read or write data. If the source or target is not available for the time you specify, the mapping execution stops to avoid any data loss. |
Kafka Broker Version | Version of the Confluent Kafka messaging broker. |
Additional Connection Properties | Optional. Comma-separated list of connection properties to connect to the Kafka broker. |
Schema Registry URL | Location and port of the schema registry provider on which to connect. |
Property | Description |
---|---|
SSL Mode | Optional. SSL mode indicates the encryption type to use for the connection. You can choose one of the following SSL modes:
The default value is Disabled. |
SSL TrustStore File Path | Required when One way SSL mode is selected. Absolute path and file name of the SSL truststore file that contains certificates of the trusted SSL server. |
SSL TrustStore Password | Required when One way SSL mode is selected. Password for the SSL truststore. |
SSL KeyStore File Path | Required when Two way SSL mode is selected. Absolute path and file name of the SSL keystore file that contains private keys and certificates for the SSL server. |
SSL KeyStore Password | Required when Two way SSL mode is selected. Password for the SSL keystore. |
Additional Security Properties | Optional. Comma-separated list of connection properties to connect to the Confluent Kafka broker in a secured way. |