GitHub user rmetzger opened a pull request:

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

    [FLINK-3058] Add support for Kafka 0.9.0.0

    For adding Kafka 0.9.0.0 support, this commit changes the following:
    - Split up of the kafka connector into a 
flink-connector-kafka-(base|0.9|0.8) with different dependencies
    - The base package contains common test cases and implementations (for 
example the producer for 0.9 and 0.8 relies on exactly the same code)
    - the 0.8 package contains a kafka connector implementation against the 
SimpleConsumer (low level) API of Kafka 0.8. There are some additional tests 
for the ZK offset committing
    - The 0.9 package relies on the new Consumer API of Kafka 0.9.0.0
    - Support for metrics for all producers and the 0.9 consumer through 
Flink's accumulators.

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

    $ git pull https://github.com/rmetzger/flink 
flink3058-second-rebased-rebased

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

    https://github.com/apache/flink/pull/1489.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 #1489
    
----
commit d1a1659029b246cc164fe3cb274b02d87696e679
Author: Robert Metzger <rmetz...@apache.org>
Date:   2015-12-16T16:29:42Z

    [FLINK-3058] Add support for Kafka 0.9.0.0
    
    For adding Kafka 0.9.0.0 support, this commit changes the following:
    - Split up of the kafka connector into a 
flink-connector-kafka-(base|0.9|0.8) with different dependencies
    - The base package contains common test cases, classes and implementations 
(the producer for 0.9 and 0.8 relies on exactly the same code)
    - the 0.8 package contains a kafka connector implementation against the 
SimpleConsumer (low level) API of Kafka 0.8. There are some additional tests 
for the ZK offset committing
    - The 0.9 package relies on the new Consumer API of Kafka 0.9.0.0
    - Support for metrics for all producers and the 0.9 consumer through 
Flink's accumulators.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to