conduktor.io ↗

Kafka Error TRANSACTIONAL_ID_NOT_FOUND

Error code 105 · Non-retriable Transactions

The transactionalId could not be found.

Common Causes

Solutions

Diagnostic Commands

# Look for transaction state for the ID in broker logs grep '<txn-id>\|TRANSACTIONAL_ID_NOT_FOUND\|transactional.id.expiration' /var/log/kafka/server.log | tail -30 # Check broker transaction configuration kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --describe | grep transactional.id.expiration

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.