The Kafka system¶
This system can be used to read and write data from Apache Kafka as well as Azure Event Hubs for Apache Kafka.
Prototype¶
{
"_id": "id-of-system",
"name": "Name of system",
"type": "system:kafka",
"bootstrap_servers": "somehost:9092,otherhost:9092",
}
Properties¶
Property |
Type |
Description |
Default |
Req |
|---|---|---|---|---|
|
String |
Comma separated list of bootstrap servers with hostname and port. For Azure Event Hubs this should be set to |
Yes |
|
|
String |
Username to use when authenticating against a SASL enabled Kafka cluster. If username is set, authentication will be performed.
For Azure Event Hubs this property must be set to |
No |
|
|
String |
Password to use when authenticating against a SASL enabled Kafka cluster. For Azure Event Hubs this should be set to |
No |
|
|
String |
The URL of the schema registry endpoint. |
No |
|
|
String |
The username to use when authenticating against the schema registry. |
Required when |
|
|
String |
The password to use when authenticating against the schema registry. |
Required when |