Apache Kafka · Example Payload

Kafka Rest Proxy Produce Response Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Kafka Rest Proxy Produce Response Example is an example object payload from Apache Kafka, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

error_codecluster_idtopic_namepartition_idoffsettimestamp

Example Payload

Raw ↑
{
  "error_code": 583,
  "cluster_id": "item-8172",
  "topic_name": "example-name",
  "partition_id": 47,
  "offset": 860,
  "timestamp": "2025-03-15T14:30:00Z"
}