conduktor.io ↗

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 VersionDefault Value
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
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.