You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@crunch.apache.org by "Stefan Mendoza (JIRA)" <ji...@apache.org> on 2016/09/12 04:44:20 UTC

[jira] [Created] (CRUNCH-620) Suppress unknown config warnings generated by KafkaRecordReader

Stefan Mendoza created CRUNCH-620:
-------------------------------------

             Summary: Suppress unknown config warnings generated by KafkaRecordReader
                 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


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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)