conduktor.io ↗

Kafka Error STREAMS_TOPOLOGY_FENCED

Error code 132 · Non-retriable Streams

The supplied topology epoch is outdated.

Common Causes

Solutions

Diagnostic Commands

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

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.