conduktor.io ↗

Kafka Error INCONSISTENT_GROUP_PROTOCOL

Error code 23 · Non-retriable Consumer

The group member's supported protocols are incompatible with those of existing members or first group member tried to join with empty protocol type or empty protocol list.

Common Causes

Solutions

Diagnostic Commands

# Describe consumer group offsets and lag kafka-consumer-groups.sh --bootstrap-server localhost:9092 --group <group> --describe # Look for rebalance events in logs grep -E 'InconsistentGroupProtocol|JoinGroup|SyncGroup|protocol' /var/log/kafka/server.log | tail -20

Related APIs

This error can be returned by: JoinGroup · SyncGroup

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