[
https://issues.apache.org/jira/browse/FLINK-3398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15157404#comment-15157404
]
ASF GitHub Bot commented on FLINK-3398:
---------------------------------------
GitHub user shikhar opened a pull request:
https://github.com/apache/flink/pull/1690
FLINK-3398: Allow for opting-out from Kafka offset auto-commit
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shikhar/flink kafka-autocommit-optout
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1690.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 #1690
----
----
> Flink Kafka consumer should support auto-commit opt-outs
> --------------------------------------------------------
>
> Key: FLINK-3398
> URL: https://issues.apache.org/jira/browse/FLINK-3398
> Project: Flink
> Issue Type: Bug
> Reporter: Shikhar Bhushan
>
> Currently the Kafka source will commit consumer offsets to Zookeeper, either
> upon a checkpoint if checkpointing is enabled, otherwise periodically based
> on {{auto.commit.interval.ms}}
> It should be possible to opt-out of committing consumer offsets to Zookeeper.
> Kafka has this config as {{auto.commit.enable}} (0.8) and
> {{enable.auto.commit}} (0.9).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)