Apache Pulsar · JSON Structure

Apache Pulsar Cluster Data Structure

ClusterData schema from Apache Pulsar

Type: object Properties: 5
Cloud NativeMessagingMulti-TenantPub-SubStreamingApacheOpen Source

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

Properties

serviceUrl serviceUrlTls brokerServiceUrl brokerServiceUrlTls peerClusterNames

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pulsar/refs/heads/main/json-structure/apache-pulsar-cluster-data-structure.json",
  "description": "ClusterData schema from Apache Pulsar",
  "type": "object",
  "properties": {
    "serviceUrl": {
      "type": "string"
    },
    "serviceUrlTls": {
      "type": "string"
    },
    "brokerServiceUrl": {
      "type": "string"
    },
    "brokerServiceUrlTls": {
      "type": "string"
    },
    "peerClusterNames": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "name": "ClusterData"
}