conduktor.io ↗

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

Metadata

Details

AuthorDhruvil Shah
StatusAccepted
Kafka Version2.3
JIRAKAFKA-7320
WikiView on Apache Wiki
Created2018-08-21
Last Modified2019-05-08
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.