KIP-716 — Allow configuring the location of the offset-syncs topic with MirrorMaker2
Accepted Kafka 3.0 MirrorMaker
Adds a `replication.policy.class`-scoped config `offset-syncs.topic.location` to MirrorMaker2 to allow the `mm2-offset-syncs` topic to be stored on the target cluster instead of the source. By default MirrorMaker2 writes `mm2-offset-syncs` to the source cluster, requiring write permissions on the source—problematic in secured environments where MirrorMaker2 should be read-only on the source.
Details
| Author | Mickael Maison |
| Status | Accepted |
| Kafka Version | 3.0 |
| JIRA | KAFKA-12379 |
| Wiki | View on Apache Wiki |
| Created | 2021-02-26 |
| Last Modified | 2021-06-14 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.