conduktor.io ↗

dual.commit.enabled — Kafka Consumer Configuration

If you are using “kafka” as offsets.storage, you can dual commit offsets to ZooKeeper (in addition to Kafka).

Description

If you are using “kafka” as offsets.storage, you can dual commit offsets to ZooKeeper (in addition to Kafka). This is required during migration from zookeeper-based offset storage to kafka-based offset storage. With respect to any given consumer group, it is safe to turn this off after all instances within that group have been migrated to the new version that commits offsets to the broker (instead of directly to ZooKeeper).

Default Values by Kafka Version

Kafka VersionDefault Value
0.8.2true
0.9.0true
0.10.0true
0.10.1true
0.10.2true
0.11.0true
1.0true
1.1true
2.0true
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.