conduktor.io ↗

Kafka Error DELEGATION_TOKEN_EXPIRED

Error code 66 · Non-retriable Security

Delegation Token is expired.

Common Causes

Solutions

Diagnostic Commands

# Check token expiry timestamps kafka-delegation-tokens.sh --bootstrap-server localhost:9092 --describe | grep -E 'expiryTimestamp|maxTimestamp|tokenId' # Check host clock sync and NTP status date -u && grep 'TokenExpired\|delegation.token.expiry' /path/to/kafka/logs/server.log | tail -10

Related APIs

This error can be returned by: ExpireDelegationToken · RenewDelegationToken

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