Re: enabling 2 security protocols and ACL

2017-06-28 Thread Manikumar
We need to give Describe/Write privileges for producer user and Describe/Read privileges for the consumer user. While using kafka-acls.sh script, you can use "--producer/--consumer" options to give a user producer or consumer privileges. You can find examples here: https://kafka.apache.org/docume

enabling 2 security protocols and ACL

2017-06-28 Thread Meghana Narasimhan
Hi, I am working on enabling both PLAINTEXT and SASL_PLAINTEXT together on 2 ports so that clients have time to transition to SASL_PLAINTEXT without impact. The listeners work well, but I had some queries regarding ACL. If I enable the SimpleAuthorizer and add Read and Write ACL rules for the clie