Apache Kafka · Example Payload

Kafka Connect Task Status Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

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

Top-level fields

idstateworker_idtrace

Example Payload

Raw ↑
{
  "id": 263,
  "state": "FAILED",
  "worker_id": "item-3338",
  "trace": "example-value"
}