Re: Reg: Kafka-Acls

2016-05-05 Thread parth brahmbhatt
Try the following /bin/kafka-acls.sh --topic permissiontopic --allow-host {host} --allow-principal User:dev --producer --add --authorizer-properties zookeeper.connect={host:port} Thanks Parth On Thu, May 5, 2016 at 4:26 PM, BigData dev wrote: > Hi, > Thanks for Info. > It worked. > Acls are co

Re: Reg: Kafka-Acls

2016-05-05 Thread BigData dev
Hi, Thanks for Info. It worked. Acls are correctly set, but when i run the producer is throwing error, even if acl's are correctlt set. bin/kafka-console-producer.sh --broker-list bdavm1222.svl.ibm.com:6667 --topic permissiontopic --producer.config producer.properties jj [2016-05-05 16:02:23,308]

Re: Reg: Kafka-Acls

2016-05-05 Thread parth brahmbhatt
Acls will be written in zookeeper but you are using getAcl , what you need is get /kafka-acl/Topic/permissiontopic Thanks Parth On Thu, May 5, 2016 at 3:28 PM, BigData dev wrote: > Hi, > When I run the command > /bin/kafka-acls.sh --topic permissiontopic --add --allow-host {host} > --allow-p