此内容没有您所选择的语言版本。
Chapter 49. QuotasPluginStrimzi schema reference
Used in: KafkaClusterSpec
The type property is a discriminator that distinguishes use of the QuotasPluginStrimzi type from QuotasPluginKafka. It must have the value strimzi for the type QuotasPluginStrimzi.
| Property | Property type | Description |
|---|---|---|
| type | string |
Must be |
| producerByteRate | integer | A per-broker byte-rate quota for clients producing to a broker, independent of their number. If clients produce at maximum speed, the quota is shared equally between all non-excluded producers. Otherwise, the quota is divided based on each client’s production rate. |
| consumerByteRate | integer | A per-broker byte-rate quota for clients consuming from a broker, independent of their number. If clients consume at maximum speed, the quota is shared equally between all non-excluded consumers. Otherwise, the quota is divided based on each client’s consumption rate. |
| minAvailableBytesPerVolume | integer |
Stop message production if the available size (in bytes) of the storage is lower than or equal to this specified value. This condition is mutually exclusive with |
| minAvailableRatioPerVolume | number |
Stop message production if the percentage of available storage space falls below or equals the specified ratio (set as a decimal representing a percentage). This condition is mutually exclusive with |
| excludedPrincipals | string array |
List of principals that are excluded from the quota. The principals have to be prefixed with |