[ 
https://issues.apache.org/jira/browse/FLINK-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14711231#comment-14711231
 ] 

ASF GitHub Bot commented on FLINK-2386:
---------------------------------------

GitHub user rmetzger opened a pull request:

    https://github.com/apache/flink/pull/1055

    [FLINK-2386] Add new Kafka Consumer for Flink 0.9.1

    This is PR https://github.com/apache/flink/pull/1039 against the 
**release-0.9** branch!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rmetzger/flink flink091-kafka

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1055.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 #1055
    
----
commit 3fffaab3710344a415835d4e264f0fbeac044350
Author: Robert Metzger <[email protected]>
Date:   2015-08-24T11:58:22Z

    [FLINK-2386] Add new Kafka Consumer for Flink

----


> Implement Kafka connector using the new Kafka Consumer API
> ----------------------------------------------------------
>
>                 Key: FLINK-2386
>                 URL: https://issues.apache.org/jira/browse/FLINK-2386
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kafka Connector
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>
> Once Kafka has released its new consumer API, we should provide a connector 
> for that version.
> The release will probably be called 0.9 or 0.8.3.
> The connector will be mostly compatible with Kafka 0.8.2.x, except for 
> committing offsets to the broker (the new connector expects a coordinator to 
> be available on Kafka). To work around that, we can provide a configuration 
> option to commit offsets to zookeeper (managed by flink code).
> For 0.9/0.8.3 it will be fully compatible.
> It will not be compatible with 0.8.1 because of mismatching Kafka messages.



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

Reply via email to