conduktor.io ↗

Kafka Error INVALID_TRANSACTION_TIMEOUT

Error code 50 · Non-retriable Transactions

The transaction timeout is larger than the maximum value allowed by the broker (as configured by transaction.max.timeout.ms).

Common Causes

Solutions

Diagnostic Commands

# Check broker transaction configuration kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --describe | grep transaction # Look for transaction events in logs grep 'INVALID_TRANSACTION_TIMEOUT\|transaction timeout\|transaction.max.timeout' /var/log/kafka/server.log | tail -10

Related APIs

This error can be returned by: AddOffsetsToTxn · AddPartitionsToTxn · EndTxn · InitProducerId

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