conduktor.io ↗

Kafka Error TELEMETRY_TOO_LARGE

Error code 118 · Non-retriable Telemetry

Client sent a push telemetry request larger than the maximum size the broker will accept.

Common Causes

Solutions

Diagnostic Commands

# Check broker telemetry configuration kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --describe | grep -i telemetry # Look for telemetry events in logs grep 'TELEMETRY_TOO_LARGE\|telemetry\|PushTelemetry' /var/log/kafka/server.log | tail -30

Related APIs

This error can be returned by: PushTelemetry

Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.