[
https://issues.apache.org/jira/browse/KAFKA-3786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15313547#comment-15313547
]
ASF GitHub Bot commented on KAFKA-3786:
---------------------------------------
GitHub user guozhangwang opened a pull request:
https://github.com/apache/kafka/pull/1465
KAFKA-3786: Let ConfigDef filter property key value pairs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/guozhangwang/kafka K3786-config-parsing
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1465.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1465
----
commit 1f5b46c78406b669c1b3e367bc16a257d5ea970c
Author: Guozhang Wang <[email protected]>
Date: 2016-06-03T04:22:20Z
let config def filter property key value pairs
----
> Avoid unused property from parent configs causing WARN entries
> --------------------------------------------------------------
>
> Key: KAFKA-3786
> URL: https://issues.apache.org/jira/browse/KAFKA-3786
> Project: Kafka
> Issue Type: Bug
> Reporter: Guozhang Wang
> Assignee: Guozhang Wang
>
> Currently the {{AbstractConfig}}'s constructor accepts the passed property
> map as well as the {{ConfigDef}}, and maintains the original map as well as
> the parsed values together. Because of it, with hierarchical config passing
> like {{StreamsConfig}}, the underlying configs will takes all the key-value
> pairs when constructed and hence cause WARNING log output.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)