conduktor.io ↗

Kafka Error DELEGATION_TOKEN_AUTHORIZATION_FAILED

Error code 65 · Non-retriable Security

Delegation Token authorization failed.

Common Causes

Solutions

Diagnostic Commands

# List ACLs for the owner principal kafka-acls.sh --bootstrap-server localhost:9092 --list --user-principal User:<token-owner> # Look for authorization failures in logs grep 'DELEGATION_TOKEN_AUTHORIZATION\|DelegationTokenAuthorizationException' /path/to/kafka/logs/server.log | tail -20

Related APIs

This error can be returned by: CreateDelegationToken

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