You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Marco Ebert (JIRA)" <ji...@apache.org> on 2017/02/26 19:07:45 UTC

[jira] [Created] (KAFKA-4806) KafkaConsumer: ConsumerConfig gets logged twice.

Marco Ebert created KAFKA-4806:
----------------------------------

             Summary: KafkaConsumer: ConsumerConfig gets logged twice.
                 Key: KAFKA-4806
                 URL: https://issues.apache.org/jira/browse/KAFKA-4806
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 0.10.0.1
            Reporter: Marco Ebert
            Priority: Minor


The ConsumerConfig created from given Properties during KafkaConsumer construction gets logged twice since the ConsumerConfig constructor does so.

https://github.com/apache/kafka/blob/0.10.0.1/clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java#L587

https://github.com/apache/kafka/blob/0.10.0.1/clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java#L643



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)