KIP-1089 — Allow disabling heartbeats replication in MirrorSourceConnector
Accepted Kafka 4.0 MirrorMaker
Adds a `replication.heartbeats.topic.enabled` configuration option to `MirrorSourceConnector` to allow users to opt out of replicating the heartbeat topic between clusters. When running multiple `MirrorSourceConnector` instances replicating different topic subsets between the same two clusters, heartbeat topic replication cannot be scoped to a single connector and creates unwanted topic duplication.
Details
| Author | Daniel Urban |
| Status | Accepted |
| Kafka Version | 4.0 |
| JIRA | KAFKA-17534 |
| Wiki | View on Apache Wiki |
| Created | 2024-09-12 |
| Last Modified | 2024-10-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.