conduktor.io ↗

Kafka Error SHARE_SESSION_NOT_FOUND

Error code 122 · Retriable Share Groups

The share session was not found.

Common Causes

Solutions

Diagnostic Commands

# Describe share group state and members kafka-share-groups.sh --bootstrap-server localhost:9092 --describe --group <share-group-id> # Look for share session events in logs grep 'SHARE_SESSION_NOT_FOUND\|ShareFetch\|share session' /var/log/kafka/server.log | tail -50

Related APIs

This error can be returned by: ShareAcknowledge · ShareFetch

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