Apache Pulsar · Example Payload

Apache Pulsar Policies Example

Cloud NativeMessagingMulti-TenantPub-SubStreamingApacheOpen Source

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

Top-level fields

replication_clustersbundlesretention_policiesschema_auto_update_compatibility_strategymessage_ttl_in_secondsmax_producers_per_topicmax_consumers_per_topicmax_consumers_per_subscriptionbacklog_quota_map

Example Payload

Raw ↑
{
  "replication_clusters": [
    "example"
  ],
  "bundles": {},
  "retention_policies": {},
  "schema_auto_update_compatibility_strategy": "2026-04-19T10:00:00Z",
  "message_ttl_in_seconds": 1234,
  "max_producers_per_topic": 1234,
  "max_consumers_per_topic": 1234,
  "max_consumers_per_subscription": 1234,
  "backlog_quota_map": {}
}