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

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

    [ https://issues.apache.org/jira/browse/KAFKA-3052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15075609#comment-15075609 ] 

Gwen Shapira commented on KAFKA-3052:
-------------------------------------

>From what I can see, the simplest fix would be to not create KafkaConfig at all. Just grab the values we need directly from the properties object.

> 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
>              Labels: newbie, security
>             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)