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

huxi commented on KAFKA-4908:
-----------------------------

`zookeeper.connection.timeout.ms` and  `zookeeper.connect` are old consumer's 
configs which should be not specified when issuing console consumer with new 
consumer (which is also the default case). If you do, Kafka complains that and 
it will not recognize them as valid, which is an expected behavior.

> consumer.properties logging warnings
> ------------------------------------
>
>                 Key: KAFKA-4908
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4908
>             Project: Kafka
>          Issue Type: Bug
>    Affects Versions: 0.10.2.0
>            Reporter: Seweryn Habdank-Wojewodzki
>            Priority: Minor
>
> default consumer.properties at startaup of the console consumer delivered 
> with Kafka package are logging warnings:
> [2017-03-15 16:36:57,439] WARN The configuration 
> 'zookeeper.connection.timeout.ms' was supplied but isn't a known config. 
> (org.apache.kafka.clients.consumer.ConsumerConfig)
> [2017-03-15 16:36:57,455] WARN The configuration 'zookeeper.connect' was 
> supplied but isn't a known config. 
> (org.apache.kafka.clients.consumer.ConsumerConfig)



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

Reply via email to