conduktor.io ↗

Kafka Error INVALID_PRINCIPAL_TYPE

Error code 67 · Non-retriable Security

Supplied principalType is not supported.

Common Causes

Solutions

Diagnostic Commands

# List ACLs for the resource kafka-acls.sh --bootstrap-server localhost:9092 --list | grep -v '^$' | head -20 # Look for authorization failures in logs grep 'InvalidPrincipalType\|principalType' /path/to/kafka/logs/server.log | tail -10

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.