Hi I have a SSL setup with Kafka Broker, Producer and Consumer, and it works fine. I tried to setup ACLs as given on the website. When I start my producer, I am getting this error:
[root@kafka-dev2 KAFKA]# bin/kafka-console-producer --broker-list kafka-dev1.example.com:9093 --topic test --producer.config ./etc/kafka/producer.properties HelloWorld [2017-05-19 10:24:42,437] WARN Error while fetching metadata with correlation id 1 : {test=UNKNOWN_TOPIC_OR_PARTITION} (org.apache.kafka.clients.NetworkClient) [root@kafka-dev2 KAFKA]# server config has the following entries ------------------------------------ authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer super.users=User:Bob ------------------------------------ When certificate was being generated for Producer (Bob was used in the CNAME.) Am I missing something here ? Please help Thanks. Raghav