You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2015/12/31 01:13:49 UTC

[jira] [Created] (KAFKA-3052) broker properties get logged twice if acl is enabled

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)