auto.commit.enable — Kafka Consumer Configuration
If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer. This committed offset will be used when the process fails as the position from which the new consumer will begin.
Description
If true, periodically commit to ZooKeeper the offset of messages already fetched by the consumer. This committed offset will be used when the process fails as the position from which the new consumer will begin.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.8.0 | true |
| 0.8.1 | true |
| 0.8.2 | true |
| 0.9.0 | true |
| 0.10.0 | true |
| 0.10.1 | true |
| 0.10.2 | true |
| 0.11.0 | true |
| 1.0 | true |
| 1.1 | true |
| 2.0 | true |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.