conduktor.io ↗

Kafka Error INVALID_REGULAR_EXPRESSION

Error code 128 · Non-retriable KRaft

The regular expression is not valid.

Common Causes

Solutions

Diagnostic Commands

# Check topic config for patterns kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type topics | grep -i 'pattern\|regex' # Look for corruption or validation errors grep 'INVALID_REGULAR_EXPRESSION\|regex\|Pattern' /var/log/kafka/server.log | tail -30

Related APIs

This error can be returned by: EndTxn · InitProducerId · WriteTxnMarkers

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