Apache Kafka · Example Payload

Kafka Rest Proxy Create Topic Request Example

Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Kafka Rest Proxy Create Topic 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

topic_namepartitions_countreplication_factorconfigs

Example Payload

Raw ↑
{
  "topic_name": "example-name",
  "partitions_count": 889,
  "replication_factor": 450,
  "configs": [
    {
      "name": "example-name",
      "value": "example-value"
    }
  ]
}