Este contenido no está disponible en el idioma seleccionado.
Chapter 47. QuotasPluginKafka schema reference
Used in: KafkaClusterSpec
The type
property is a discriminator that distinguishes use of the QuotasPluginKafka
type from QuotasPluginStrimzi
. It must have the value kafka
for the type QuotasPluginKafka
.
Property | Property type | Description |
---|---|---|
type | string |
Must be |
producerByteRate | integer | The default client quota on the maximum bytes per-second that each client can publish to each broker before it is throttled. Applied on a per-broker basis. |
consumerByteRate | integer | The default client quota on the maximum bytes per-second that each client can fetch from each broker before it is throttled. Applied on a per-broker basis. |
requestPercentage | integer | The default client quota limits the maximum CPU utilization of each client as a percentage of the network and I/O threads of each broker. Applied on a per-broker basis. |
controllerMutationRate | number | The default client quota on the rate at which mutations are accepted per second for create topic requests, create partition requests, and delete topic requests, defined for each broker. The mutations rate is measured by the number of partitions created or deleted. Applied on a per-broker basis. |