messaging-management/api/model/backlogQuota.ts
Backlog quota for namespace.
Properties |
limit |
limit:
|
Type : number
|
Optional |
Limit size in bytes. If there is no limit, value is -1. |
policy |
policy:
|
Type : "producer_request_hold" | "producer_exception" | "consumer_backlog_eviction"
|
Optional |
Pulsar retention policy. For details see https://pulsar.apache.org/docs/next/cookbooks-retention-expiry/#get-retention-policy |