KIP-1279 — Cluster Mirroring
Discussion Kafka 3.9.1 MirrorMakerBroker
Cluster Mirroring introduces native broker-side cross-cluster replication as a built-in Kafka feature, replacing the need for external MirrorMaker 2 (MM2) Connect workers. MM2's standalone deployment model creates significant operational burden—separate provisioning, independent lifecycle management, and redundant compression/decompression overhead—which this KIP eliminates by integrating replication directly into brokers.
Protocol Impact
Metadata · FindCoordinator · ApiVersions
Details
| Author | Luke Chen |
| Status | Discussion |
| Kafka Version | 3.9.1 |
| JIRA | KAFKA-18723 |
| Wiki | View on Apache Wiki |
| Created | 2026-02-13 |
| Last Modified | 2026-03-27 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.