KIP-1039 — Disable automatic topic creation for MirrorMaker2 consumers
Discussion MirrorMakerConsumer
Changes the default value of allow.auto.create.topics to false for MirrorMaker2 internal consumers, preventing deleted source topics from being silently auto-recreated on the source cluster when MM2 consumers poll them. When a topic is deleted on the source cluster and MM2 consumers (which still hold metadata for it) poll, auto-topic-creation recreates the topic as an empty, un-configured replica, causing ambiguity and data inconsistency.
Details
| Author | Yangkun Ai |
| Status | Discussion |
| JIRA | KAFKA-16561 |
| Wiki | View on Apache Wiki |
| Created | 2024-04-19 |
| Last Modified | 2024-04-19 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.