allow.auto.create.topics — Kafka Consumer Configuration
Allow automatic topic creation on the broker when subscribing to or assigning a topic. A topic being subscribed to will be automatically created only if the broker allows for it using `auto.
Description
Allow automatic topic creation on the broker when subscribing to or assigning a topic. A topic being subscribed to will be automatically created only if the broker allows for it using `auto.create.topics.enable` broker configuration. This configuration must be set to `false` when using brokers older than 0.11.0
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 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 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.