问题 We know to enable Kafka ACL property authorizer.class.name=kafka.security.auth.SimpleAclAuthorizer to be added in server.properties but how to enable that if Kafka cluster is running by Strimzi operator? From Strimzi documents I have come to know in order to enable authorization, need to enable below code for kind: Kafka under spec: listeners: tls: authentication: type: tls Full code @kafka-zookeeper-apps-tls-enabled.yml Also the below code for kind: KafkaUser authentication: type: tls