What is DescribeClientQuotas?
Returns per-user or per-client-id throttle limits via kafka-configs.sh --describe --entity-type users/clients. Check this first when a client reports being throttled unexpectedly.
| Version | Kafka | Changes |
|---|---|---|
| DescribeClientQuotasRequest | ||
| v0 | 2.6 | + Components []ComponentData+ EntityType string+ MatchType int8+ Match string+ Strict bool |
| v1 | 2.8 | ~ Flexible encoding enabled FLEXIBLE enables flexible versions. |
| DescribeClientQuotasResponse | ||
| v0 | 2.6 | + ThrottleTimeMs int32+ ErrorCode int16+ ErrorMessage string+ Entries []EntryData+ Entity []EntityData+ EntityType string+ EntityName string+ Values []ValueData+ Key string+ Value float64 |
| v1 | 2.8 | ~ Flexible encoding enabled FLEXIBLE enables flexible versions. |