conduktor.io ↗

Kafka Error GROUP_SUBSCRIBED_TO_TOPIC

Error code 86 · Non-retriable Consumer

Deleting offsets of a topic is forbidden while the consumer group is actively subscribed to it.

Common Causes

Solutions

Diagnostic Commands

# Check consumer group state and members kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group <group-id> | grep -E 'STATE|CONSUMER-ID' # Show active members in the consumer group kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group <group-id> --members

Related APIs

This error can be returned by: OffsetDelete

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