Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59DF218FD7 for ; Fri, 21 Aug 2015 13:59:59 +0000 (UTC) Received: (qmail 71696 invoked by uid 500); 21 Aug 2015 13:59:59 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 71661 invoked by uid 500); 21 Aug 2015 13:59:59 -0000 Mailing-List: contact issues-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 issues@flink.apache.org Received: (qmail 71652 invoked by uid 99); 21 Aug 2015 13:59:59 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2015 13:59:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id B2C141AA96E for ; Fri, 21 Aug 2015 13:59:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.225 X-Spam-Level: * X-Spam-Status: No, score=1.225 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.006, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Vl5b0SDYtgQN for ; Fri, 21 Aug 2015 13:59:53 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 687112100B for ; Fri, 21 Aug 2015 13:59:53 +0000 (UTC) Received: (qmail 71611 invoked by uid 99); 21 Aug 2015 13:59:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Aug 2015 13:59:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1123BE0243; Fri, 21 Aug 2015 13:59:53 +0000 (UTC) From: rmetzger To: issues@flink.incubator.apache.org Reply-To: issues@flink.incubator.apache.org Message-ID: Subject: [GitHub] flink pull request: [FLINK-2386] Add new KafkaConsumer, based on K... Content-Type: text/plain Date: Fri, 21 Aug 2015 13:59:53 +0000 (UTC) GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/1039 [FLINK-2386] Add new KafkaConsumer, based on Kafka's Simple Consumer API This pull request is based on https://github.com/apache/flink/pull/1028. I'm creating another pull request because I rebased everything to the current master. Since there were no -1 votes #1028, I assume that this PR is close to be mergeable. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rmetzger/flink kafka_no_copy_rebased Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1039.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1039 ---- commit cbdb7d6031486b42686d0006fe1726dd58c975c3 Author: Robert Metzger Date: 2015-07-20T19:39:46Z [FLINK-2386] [kafka connector] Add new Kafka Consumer for Flink This closes #996 commit cb0bc7c9a067881c2d0113684646f302014aca79 Author: Stephan Ewen Date: 2015-08-11T12:21:33Z [streaming] Cleanup de-/serialization schema, add TypeInformationSerializationSchema prominent, add tests. commit a62688bd7717e3d4cc79f6378209c7e4e4c83924 Author: Stephan Ewen Date: 2015-08-11T14:48:26Z [FLINK-2386] [kafka connector] Add comments to all backported kafka sources and move them to 'org.apache.flink.kafka_backport' commit 8a8003ba86f89faa15fd96fcfe6a19b54782d875 Author: Stephan Ewen Date: 2015-08-11T20:21:53Z [FLINK-2386] [kafka connector] Refactor, cleanup, and fix kafka consumers commit ac9114c76a7323c48110439e65e2f554d16c18c4 Author: Stephan Ewen Date: 2015-08-16T14:52:16Z [tests] Reinforce StateCheckpoinedITCase to make sure actual checkpointing has happened before a failure. commit 1ec61b4041dc7fb0e014a74f1cac502ae3c4e5d9 Author: Robert Metzger Date: 2015-08-17T19:16:43Z [FLINK-2386] Remove copied Kafka code again. Implemented our own topic metadata retrieval. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---