[jira] [Created] (FLINK-3398) Flink Kafka consumer should support auto-commit opt-outs

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-3398) Flink Kafka consumer should support auto-commit opt-outs

Shang Yuanchun (Jira)
Shikhar Bhushan created FLINK-3398:
--------------------------------------

             Summary: 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)