conduktor.io ↗

Kafka Error UNSUPPORTED_ASSIGNOR

Error code 112 · Non-retriable Consumer

The assignor or its version range is not supported by the consumer group.

Common Causes

Solutions

Diagnostic Commands

# Check server-side partition assignors kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --describe | grep -E 'group.consumer.assignors|group.coordinator.rebalance.protocols' # Describe consumer group offsets and lag kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group <group-id> 2>&1 | head -30

Related APIs

This error can be returned by: ConsumerGroupHeartbeat

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