conduktor.io ↗

offsets.topic.replication.factor — Kafka Broker Configuration

The replication factor for the offsets topic (set higher to ensure availability). Internal topic creation will fail until the cluster size meets this replication factor requirement.

Description

The replication factor for the offsets topic (set higher to ensure availability). Internal topic creation will fail until the cluster size meets this replication factor requirement.

Default Values by Kafka Version

Kafka VersionDefault Value
0.8.23
0.9.03
0.10.03
0.10.13
0.10.23
0.11.03
1.03
1.13
2.03
2.13
2.23
2.33
2.43
2.53
2.63
2.73
2.83
3.03
3.13
3.23
3.33
3.43
3.53
3.63
3.73
3.83
3.93
4.03
4.13
4.23

Tuning Recommendation

ProfileRecommendedWhy
broker / durability3The consumer offsets topic must replicate at the same factor as your data topics. Losing offset data is equivalent to losing consumer position, forcing full replay from earliest. The default of 3 is correct — do not reduce it.

Related Configs

min.insync.replicas · transaction.state.log.replication.factor

Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.