Apache Kafka · Example Payload

Kafka Connect Create Connector Request Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Kafka Connect Create Connector Request 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

nameconfig

Example Payload

Raw ↑
{
  "name": "example-name",
  "config": {}
}