conduktor.io ↗

Kafka Error UNSUPPORTED_COMPRESSION_TYPE

Error code 76 · Non-retriable Producer

The requesting client does not support the compression type of given partition.

Common Causes

Solutions

Diagnostic Commands

# Check topic compression configuration kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type topics --entity-name <topic> | grep compression # Check broker supported API versions kafka-broker-api-versions.sh --bootstrap-server localhost:9092 | grep -i 'Produce\|version'
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.