Apache Pulsar · Example Payload

Apache Pulsar Cluster Data Example

Cloud NativeMessagingMulti-TenantPub-SubStreamingApacheOpen Source

Apache Pulsar Cluster Data Example is an example object payload from Apache Pulsar, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

serviceUrlserviceUrlTlsbrokerServiceUrlbrokerServiceUrlTlspeerClusterNames

Example Payload

Raw ↑
{
  "serviceUrl": "https://example.com",
  "serviceUrlTls": "https://example.com",
  "brokerServiceUrl": "https://example.com",
  "brokerServiceUrlTls": "https://example.com",
  "peerClusterNames": [
    "example"
  ]
}