Jun Rao created KAFKA-3052: ------------------------------ Summary: broker properties get logged twice if acl is enabled Key: KAFKA-3052 URL: https://issues.apache.org/jira/browse/KAFKA-3052 Project: Kafka Issue Type: Improvement Components: core Affects Versions: 0.9.0.0 Reporter: Jun Rao Fix For: 0.9.0.1
This is because in SimpleAclAuthorizer.configure(), there is the following statement which triggers the logging of all broker properties. val kafkaConfig = KafkaConfig.fromProps(props) -- This message was sent by Atlassian JIRA (v6.3.4#6332)