Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 09BF6200B91 for ; Wed, 14 Sep 2016 18:47:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 08801160AB3; Wed, 14 Sep 2016 16:47:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7ABD8160AB4 for ; Wed, 14 Sep 2016 18:47:22 +0200 (CEST) Received: (qmail 7624 invoked by uid 500); 14 Sep 2016 16:47:21 -0000 Mailing-List: contact dev-help@crunch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@crunch.apache.org Delivered-To: mailing list dev@crunch.apache.org Received: (qmail 7612 invoked by uid 500); 14 Sep 2016 16:47:21 -0000 Delivered-To: apmail-incubator-crunch-dev@incubator.apache.org Received: (qmail 7606 invoked by uid 99); 14 Sep 2016 16:47:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Sep 2016 16:47:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5C6622C014C for ; Wed, 14 Sep 2016 16:47:21 +0000 (UTC) Date: Wed, 14 Sep 2016 16:47:21 +0000 (UTC) From: "Stefan Mendoza (JIRA)" To: crunch-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CRUNCH-620) Reduce "isn't a known config" warnings by slimming down ConsumerConfig properties MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 14 Sep 2016 16:47:23 -0000 [ https://issues.apache.org/jira/browse/CRUNCH-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Mendoza updated CRUNCH-620: ---------------------------------- Attachment: CRUNCH-620.patch > 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)