conduktor.io ↗

Kafka Error TRANSACTIONAL_ID_AUTHORIZATION_FAILED

Error code 53 · Non-retriable Transactions

Transactional Id authorization failed.

Common Causes

Solutions

Diagnostic Commands

# List ACLs for the resource kafka-acls.sh --bootstrap-server localhost:9092 --list --transactional-id <txn-id> # Look for authorization failures in logs grep 'TRANSACTIONAL_ID_AUTHORIZATION_FAILED\|Transactional id authorization' /var/log/kafka/server.log | tail -20

Related APIs

This error can be returned by: AddOffsetsToTxn · AddPartitionsToTxn · DescribeTransactions · EndTxn · FindCoordinator · InitProducerId · Produce · TxnOffsetCommit

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