conduktor.io ↗

auto.create.topics.enable — Kafka Broker Configuration

Enable auto creation of topic on the server..

Description

Enable auto creation of topic on the server.

Default Values by Kafka Version

Kafka VersionDefault Value
0.8.0true
0.8.1true
0.8.2true
0.9.0true
0.10.0true
0.10.1true
0.10.2true
0.11.0true
1.0true
1.1true
2.0true
2.1true
2.2true
2.3true
2.4true
2.5true
2.6true
2.7true
2.8true
3.0true
3.1true
3.2true
3.3true
3.4true
3.5true
3.6true
3.7true
3.8true
3.9true
4.0true
4.1true
4.2true

Tuning Recommendation

ProfileRecommendedWhy
broker / durabilityfalseAuto-created topics inherit the default.replication.factor and num.partitions defaults. In durability-first clusters, topics must be explicitly created with correct replication factor, retention, and min.insync.replicas — auto-creation bypasses these governance controls.

Related Configs

num.partitions · default.replication.factor · min.insync.replicas

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