Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
Description
KIP-382 introduced MirrorMaker 2.0. Because of scoping issues, the dedicated MirrorMaker 2.0 cluster does not utilize the Connect REST API. This means that with specific workloads, the dedicated MM2 cluster can become unable to react to dynamic topic and group filter changes.
(This occurs when after a rebalance operation, the leader node has no MirrorSourceConnectorTasks. Because of this, the MirrorSourceConnector is stopped on the leader, meaning it cannot detect config changes by itself. Followers still running the connector can detect config changes, but they cannot query the leader for config updates.)
Besides the REST support, config provider references should be evaluated lazily in connector configurations.
Attachments
Issue Links
- fixes
-
KAFKA-9981 Running a dedicated mm2 cluster with more than one nodes,When the configuration is updated the task is not aware and will lose the update operation.
- Resolved
-
KAFKA-14898 [ MirrorMaker ] sync.topic.configs.enabled not working as expected
- Resolved
-
KAFKA-10582 Mirror Maker 2 not replicating new topics until restart
- Resolved
- is related to
-
KAFKA-10857 Mirror Maker 2 - replication not working when deploying multiple instances
- Resolved
-
KAFKA-15372 MM2 rolling restart can drop configuration changes silently
- Resolved