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 E39A2200B93 for ; Sat, 1 Oct 2016 09:06:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E25E6160ACD; Sat, 1 Oct 2016 07:06:22 +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 25AC9160AD5 for ; Sat, 1 Oct 2016 09:06:21 +0200 (CEST) Received: (qmail 32137 invoked by uid 500); 1 Oct 2016 07:06:20 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 32118 invoked by uid 99); 1 Oct 2016 07:06:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2016 07:06:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 993CB2C2A6A for ; Sat, 1 Oct 2016 07:06:20 +0000 (UTC) Date: Sat, 1 Oct 2016 07:06:20 +0000 (UTC) From: "Sudhanshu Sekhar Lenka (JIRA)" To: dev@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-4722) Consumer group concept not working properly with FlinkKafkaConsumer09 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 01 Oct 2016 07:06:23 -0000 Sudhanshu Sekhar Lenka created FLINK-4722: --------------------------------------------- Summary: Consumer group concept not working properly with FlinkKafkaConsumer09 Key: FLINK-4722 URL: https://issues.apache.org/jira/browse/FLINK-4722 Project: Flink Issue Type: Bug Components: Kafka Connector Affects Versions: 1.1.2 Reporter: Sudhanshu Sekhar Lenka When Kafka one Topic has 3 partition and 3 FlinkKafkaConsumer09 connected to that same topic using "group.id" ,"myGroup" property . Still flink consumer get all data which are push to each 3 partition . While it work properly with normal java consumer. each consumer get specific data. -- This message was sent by Atlassian JIRA (v6.3.4#6332)