KIP-361 — K
Accepted Kafka 2.3 Consumer
Adds an `allow.auto.create.topics` configuration to the consumer client (default `true` for backward compatibility) that controls whether the consumer's metadata requests trigger auto topic creation on the broker. When a consumer subscribes to a topic before a producer starts, `allow.auto.create.topics=true` on the broker causes the consumer to create the topic with broker defaults (wrong partition count / replication factor) rather than waiting for the intended topic configuration.
Protocol Impact
Details
| Author | Dhruvil Shah |
| Status | Accepted |
| Kafka Version | 2.3 |
| JIRA | KAFKA-7320 |
| Wiki | View on Apache Wiki |
| Created | 2018-08-21 |
| Last Modified | 2019-05-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.