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 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 |
| 2.1 | true |
| 2.2 | true |
| 2.3 | true |
| 2.4 | true |
| 2.5 | true |
| 2.6 | true |
| 2.7 | true |
| 2.8 | true |
| 3.0 | true |
| 3.1 | true |
| 3.2 | true |
| 3.3 | true |
| 3.4 | true |
| 3.5 | true |
| 3.6 | true |
| 3.7 | true |
| 3.8 | true |
| 3.9 | true |
| 4.0 | true |
| 4.1 | true |
| 4.2 | true |
Tuning Recommendation
| Profile | Recommended | Why |
|---|---|---|
| broker / durability | false | Auto-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.