I have the problem as well. I am able to produce the message but not able to consume it. While consuming the messages, I am getting the below error "org.apache.kafka.common.errors.GroupAuthorizationException: Not authorized to access group: console-consumer-61109"
Here is more information
I am SSL setup based on the CERT
in server.properties:super.users=User:<MYHOST_CERTNAME>
authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer
ACLs:Current ACLs for resource `Topic:sankara.topic.12`:
User:CN=kafkatt2 has Allow permission for operations: Describe from hosts: *
User:CN=kafkatt2 has Allow permission for operations: Read from hosts: *
User:CN=kafkatt1 has Allow permission for operations: Describe from hosts: *
User:CN=kafkatt1 has Allow permission for operations: Write from hosts: *
Error I am getting while consuming the message:[2017-04-05 13:29:56,349] ERROR Unknown error when running consumer: (kafka.tools.ConsoleConsumer$)
org.apache.kafka.common.errors.GroupAuthorizationException: Not authorized to access group: console-consumer-61109
Information in "kafka-authorizer.log":[2017-04-05 13:39:35,296] DEBUG operation = Describe on resource = Topic:sankara.topic.12 from host = 127.0.0.1 is Allow based on acl = User:CN=kafkatt2 has Allow permission for operations: Describe from hosts: * (kafka.authorizer.logger)
[2017-04-05 13:39:35,297] DEBUG Principal = User:CN=kafkatt2 is Allowed Operation = Describe from host = 127.0.0.1 on resource = Topic:sankara.topic.12 (kafka.authorizer.logger)
Thanks
Sankara