Generic
Generic Kafka Connection
The connection is formed based on supplied connection properties.
Settings
Name | Type | Description |
---|---|---|
Bootstrap Nodes |
string or list |
A list of servers to establish the initial connection to the Kafka cluster. The following formats are accepted:
This setting is used to fill the bootstrap.servers configuration property. |
Properties |
dict or list |
Additional connection properties to use. See Kafka Configuration documentation for details. If you supply a dict, the keys and values are interpreded as property names and values. If you supply a list, each item must be of the form: |
Test Connection
You can test the connection from the context menu.