conduktor.io ↗

Kafka Error GROUP_ID_NOT_FOUND

Error code 69 · Non-retriable Consumer

The group id does not exist.

Common Causes

Solutions

Diagnostic Commands

# Search for the consumer group by name kafka-consumer-groups.sh --bootstrap-server localhost:9092 --list | grep <groupId> # Describe consumer group offsets and lag kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group <groupId> 2>&1

Related APIs

This error can be returned by: ConsumerGroupDescribe · DescribeGroups · ShareGroupDescribe · StreamsGroupDescribe

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