Apache Pulsar · Example Payload

Apache Pulsar Retention Policies Example

Cloud NativeMessagingMulti-TenantPub-SubStreamingApacheOpen Source

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

Top-level fields

retentionTimeInMinutesretentionSizeInMB

Example Payload

Raw ↑
{
  "retentionTimeInMinutes": 1234,
  "retentionSizeInMB": 1234
}