[ https://issues.apache.org/jira/browse/CRUNCH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stefan Mendoza updated CRUNCH-620: ---------------------------------- Description: 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 was: When the Consumer in {{KafkaRecordReader}} is created[1] many unused properties are brought into that Consumer that aren't used and this results in a large amount of warnings[2]. The properties used to create the Consumer in {{KafkaRecordReader}} should be filtered to suppress these warnings. [1] https://github.com/apache/crunch/blob/fb218002e1c9d2a2139d93bbd83bc69110199ac8/crunch-kafka/src/main/java/org/apache/crunch/kafka/inputformat/KafkaRecordReader.java#L65 [2] https://github.com/apache/kafka/blob/0.9.0.1/clients/src/main/java/org/apache/kafka/common/config/AbstractConfig.java#L173 > 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 > > 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)