GitHub user rmetzger opened a pull request:

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

    [FLINK-2974] Add periodic offset committer for Kafka

    The offset committer is only enabled when Flink's checkpointing is disabled.
    When checkpointing is enabled, we commit to ZK upon checkpoint completion.
    
    I removed `docs/apis/kafka.md` because its not liked from anywhere and 
contained duplicate infos.


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

    $ git pull https://github.com/rmetzger/flink flink2974

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

    https://github.com/apache/flink/pull/1341.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 #1341
    
----
commit ea0715c6c9bbfeedaec7faeb47cb0d636c5e01e1
Author: Robert Metzger <rmetz...@apache.org>
Date:   2015-11-06T16:06:02Z

    [FLINK-2974] Add periodic offset committer for Kafka when checkpointing is 
disabled

----


---
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