conduktor.io ↗

Kafka Exception ThrottlingQuotaExceededException

org.apache.kafka.common.errors.ThrottlingQuotaExceededException
Retriable Admin

Exception thrown if an operation on a resource exceeds the throttling quota.

Common Causes

Solutions

Example Stack Trace

org.apache.kafka.common.errors.ThrottlingQuotaExceededException: The throttling quota has been exceeded.

Diagnostic Commands

# Check client quota configuration kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type clients --entity-name <client-id> # Check user-side quota configuration kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type users --entity-name <user>

Related

Protocol error: THROTTLING_QUOTA_EXCEEDED (code 89)

Related Admin exceptions: InvalidConfigurationException · InvalidPartitionsException · InvalidReplicationFactorException · InvalidTopicException · PolicyViolationException · TopicExistsException · UnsupportedVersionException

Hitting ThrottlingQuotaExceededException in production? Conduktor Console gives you real-time visibility into clients, consumer groups, and broker health. Browse every Kafka exception or protocol error code.