conduktor.io ↗

Kafka Error NON_EMPTY_GROUP

Error code 68 · Non-retriable Consumer

The group is not empty.

Common Causes

Solutions

Diagnostic Commands

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

Related APIs

This error can be returned by: DeleteGroups

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