Apache Kafka · Example Payload

Kafka Connect Task Info Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Kafka Connect Task Info Example is an example object payload from Apache Kafka, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idconfig

Example Payload

Raw ↑
{
  "id": {
    "connector": "example-value",
    "task": 43
  },
  "config": {}
}