Apache Kafka · JSON Structure

Kafka Rest Proxy Broker Structure

Broker schema from Apache kafka

Type: object Properties: 6
Distributed SystemsEvent StreamingMessagingOpen SourcePub-Sub

Broker is a JSON Structure definition published by Apache Kafka, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

kind metadata cluster_id broker_id host port

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-kafka/refs/heads/main/json-structure/kafka-rest-proxy-broker-structure.json",
  "name": "Broker",
  "description": "Broker schema from Apache kafka",
  "properties": {
    "kind": {
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "cluster_id": {
      "type": "string"
    },
    "broker_id": {
      "type": "integer"
    },
    "host": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    }
  }
}