Link to Kafka
Description
By creating a Kafka link, you are able to access open source Kafka and migrate data from Kafka to other data sources as required. Currently, only data export from Kafka is supported.
Sample Link
{
"links": [
{
"link-config-values": {
"configs": [
{
"inputs": [
{
"name": "linkConfig.brokerList",
"value": "127.0.0.1:9092"
}
],
"name": "linkConfig"
}
]
},
"name": "kafka_link",
"connector-name": "kafka-connector"
}
]
}
Link Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
linkConfig.brokerList |
Yes |
String |
Kafka broker list in host1:port1,host2:port2 format |
Last Article: Link to NAS/SFS
Next Article: Link to DIS
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.