Connect to Source - Kafka
This block enables you to define the Kafka server details. Below is the screenshot showing the fields in the block.

The table below describes the fields in the block:
Field Name | Description |
---|---|
kafka brokers | Kafka server URL. The URL is a combination of the server address and the port number.
|
kafka topics | Predefined topic name from which you consume messages. These topics must already exist in your Kafka system. You can list multiple topics separated by commas. |
Consumer Group Id | Specifies the predefined consumer group ID used for access control. |
Security Protocol | Specify the security protocol you want to use to exchange data between the Kafka client and server. The supported protocols are:
|
SASL Mechanism | Specify the authentication method used to connect to Kafka. The supported mechanisms are |
Username and Password | Username and password to access the Kafka server. |
Headers as Attribute | Choose the headers to be used as attributes.
|
Updated 8 days ago