Kafka Connections
Kafka Connections are used to connect to a Kafka cluster. You can create a new Kafka Connection by clicking on the "Add Credential" button in the Kafka Connection section of the Workflow Builder Credentials.
Configurations
Property | Description | Required | Default |
---|---|---|---|
Name | The name of the Kafka Connection. | Yes | |
Client ID | The client ID to be used for the Kafka Connection. | Yes | |
SSL | The SSL configuration to be used for the Kafka Connection. | Yes | false |
Brokers | The list of brokers to be used for the Kafka Connection. | Yes | |
SASL | The SASL configuration to be used for the Kafka Connection. | Yes | false |
Policy | The policy to be used for the Kafka Connection. | Yes, if SASL is true | |
Username | The username to be used for the Kafka Connection. | Yes, if SASL is true | |
Password | The password to be used for the Kafka Connection. | Yes, if SASL is true | |
Authentication Timeout | The authentication timeout to be used for the Kafka Connection. | No | |
Retry Timeout | The retry timeout to be used for the Kafka Connection. | No | |
Request Timeout | The request timeout to be used for the Kafka Connection. | Yes |