conduktor.io ↗

Kafka Error STREAMS_INVALID_TOPOLOGY

Error code 130 · Non-retriable Streams

The supplied topology 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\|topology validation\|StreamsTopology' /var/log/kafka/server.log | tail -50

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.