Re: Kafka ACL issue - Operation denied despite having full access to the topic

2018-09-29 Thread Bala
Wow, good catch. I am using the HDP distribution and when I looked at the config for the kafka, the super user is set as `user:kafka`. I think this deserves a explicit mention in the docs about using the upper case "User". Thanks for the help. Now I am unblocked on this issue, am getting a diff

Re: Kafka ACL issue - Operation denied despite having full access to the topic

2018-09-29 Thread Manikumar
PrincipalType string "User" is case sensitive. Try creating acls for "User:storm-mytestcluster" principal. On Sat, Sep 29, 2018 at 9:04 PM Bala wrote: > Yes, I followed all the docs and thing is it's connecting as expected and > sending the right user to the server. The problem is that when I

Re: Kafka ACL issue - Operation denied despite having full access to the topic

2018-09-29 Thread Bala
Yes, I followed all the docs and thing is it's connecting as expected and sending the right user to the server. The problem is that when I list ACL's I am seeing that the user has all the access. But when the producer trying to connect to the server, the server is logging message saying that th