Apache Kafka · Example Payload

Kafka Rest Proxy Produce Request Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Kafka Rest Proxy Produce Request 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

partition_idheaderskeyvalue

Example Payload

Raw ↑
{
  "partition_id": 302,
  "headers": [
    {
      "name": "example-name",
      "value": "example-value"
    }
  ],
  "key": {
    "type": "JSON",
    "data": "example-value"
  },
  "value": {
    "type": "JSON",
    "data": "example-value"
  }
}