Apache Kafka · Example Payload

Kafka Rest Proxy Topic Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

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

Top-level fields

kindmetadatacluster_idtopic_nameis_internalreplication_factorpartitions_countpartitionsconfigs

Example Payload

Raw ↑
{
  "kind": "example-value",
  "metadata": {},
  "cluster_id": "item-2457",
  "topic_name": "example-name",
  "is_internal": true,
  "replication_factor": 101,
  "partitions_count": 687,
  "partitions": {
    "related": "example-value"
  },
  "configs": {
    "related": "example-value"
  }
}