[ https://issues.apache.org/jira/browse/CRUNCH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490901#comment-15490901 ] Stefan Mendoza commented on CRUNCH-620: --------------------------------------- Patch is ready for review. > Reduce "isn't a known config" warnings by slimming down ConsumerConfig properties > --------------------------------------------------------------------------------- > > Key: CRUNCH-620 > URL: https://issues.apache.org/jira/browse/CRUNCH-620 > Project: Crunch > Issue Type: Improvement > Affects Versions: 0.14.0 > Reporter: Stefan Mendoza > Labels: kafka > Attachments: CRUNCH-620.patch > > > When Consumers are created, many unused properties are brought into the Consumers that aren't used and this results in a large amount of warnings with the format defined at [1]. The properties used to create the Consumers should be filtered to suppress these warnings. > [1] https://github.com/apache/kafka/blob/0.9.0.1/clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java#L173 -- This message was sent by Atlassian JIRA (v6.3.4#6332)