conduktor.io ↗

Kafka Error FETCH_SESSION_ID_NOT_FOUND

Error code 70 · Retriable Consumer

The fetch session ID was not found.

Common Causes

Solutions

Diagnostic Commands

# Look for fetch session events in logs grep 'FetchSession\|FETCH_SESSION_ID_NOT_FOUND\|fetch.session' /path/to/kafka/logs/server.log | tail -20 # Check broker fetch session configuration kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --describe | grep fetch.session

Related APIs

This error can be returned by: Fetch

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