conduktor.io ↗

Kafka Exception GroupAuthorizationException

org.apache.kafka.common.errors.GroupAuthorizationException
Non-retriable Security

GroupAuthorizationException is a Kafka exception (org.apache.kafka.common.errors.GroupAuthorizationException).

Common Causes

Solutions

Example Stack Trace

org.apache.kafka.common.errors.GroupAuthorizationException: Group authorization failed.

Diagnostic Commands

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

Related

Protocol error: GROUP_AUTHORIZATION_FAILED (code 30)

Related Security exceptions: AuthenticationException · AuthorizationException · AuthorizerNotReadyException · ClusterAuthorizationException · IllegalSaslStateException · SaslAuthenticationException · SslAuthenticationException · TopicAuthorizationException

Hitting GroupAuthorizationException in production? Conduktor Console gives you real-time visibility into clients, consumer groups, and broker health. Browse every Kafka exception or protocol error code.