conduktor.io ↗

Kafka Error STREAMS_INVALID_TOPOLOGY_EPOCH

Error code 131 · Non-retriable Streams

The supplied topology epoch is invalid.

Common Causes

Solutions

Diagnostic Commands

# Check finalized feature versions in cluster kafka-features.sh --bootstrap-server localhost:9092 describe # Look for topology events in logs grep 'STREAMS_INVALID_TOPOLOGY_EPOCH\|topology epoch\|StreamsTopology' /var/log/kafka/server.log | tail -30

Related APIs

This error can be returned by: StreamsGroupHeartbeat

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