conduktor.io ↗

Kafka Error INVALID_SESSION_TIMEOUT

Error code 26 · Non-retriable Consumer

The session timeout is not within the range allowed by the broker (as configured by group.min.session.timeout.ms and group.max.session.timeout.ms).

Common Causes

Solutions

Diagnostic Commands

# Check broker session timeout limits kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --describe | grep -E 'group.min.session.timeout.ms|group.max.session.timeout.ms' # Describe consumer group offsets and lag kafka-consumer-groups.sh --bootstrap-server localhost:9092 --group <group> --describe

Related APIs

This error can be returned by: JoinGroup

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