Apache Pulsar · Example Payload

Apache Pulsar Topic Stats Example

Cloud NativeMessagingMulti-TenantPub-SubStreamingApacheOpen Source

Apache Pulsar Topic Stats 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

msgRateInmsgRateOutmsgThroughputInmsgThroughputOutaverageMsgSizestorageSizebacklogSizepublisherssubscriptions

Example Payload

Raw ↑
{
  "msgRateIn": 0.5,
  "msgRateOut": 0.5,
  "msgThroughputIn": 0.5,
  "msgThroughputOut": 0.5,
  "averageMsgSize": 0.5,
  "storageSize": 1234,
  "backlogSize": 1234,
  "publishers": [
    {
      "msgRateIn": 0.5,
      "msgThroughputIn": 0.5,
      "producerName": "example-name",
      "producerId": 1234
    }
  ],
  "subscriptions": {}
}