Hi, I am hoping someone from the community can help me clarify Kafka authorizer feature.
*Question:* Do I have to set up any property other than ' authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer' in server.properties file to activate ACLs using Kafka Authorizer? *Background:* We have 3-node Kafka cluster (Cloudera environment). N1, N2, and N3 for Kafka. On all 3 nodes, I have upated server properties file with authorizer.class.name and also with 'allow.everyone.if.no.acl.found=false' properties. Expectation is not to allow anyone to produce/consume message on a test topic as I have not set up ACLs on test topic yet. *Actual result:* I am able to produce/consumer messages just like setting up these two properties. Not exactly sure what I am missing. *Expected result:* Error message complaining about ACLs are blocking producing/consuming messages. Thank you in advance for your time. Best, SK