Apache Kafka · Example Payload

Kafka Rest Proxy Partition Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

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

Top-level fields

kindmetadatacluster_idtopic_namepartition_idleaderreplicas

Example Payload

Raw ↑
{
  "kind": "example-value",
  "metadata": {},
  "cluster_id": "item-7582",
  "topic_name": "example-name",
  "partition_id": 955,
  "leader": {},
  "replicas": [
    {}
  ]
}