Apache Kafka · Example Payload

Kafka Connect Config Validation Result Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Kafka Connect Config Validation Result 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

nameerror_countgroupsconfigs

Example Payload

Raw ↑
{
  "name": "example-name",
  "error_count": 779,
  "groups": [
    "example-value"
  ],
  "configs": [
    {}
  ]
}