DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
MirrorSourceConnector: this connector stores the translation of the new recored's offset record offsets on target cluster inoffset_syncsinternal topic after mirroring the record itself. This translation is done atcommitmethod since 3.5 wherecommit()API stores the offsets in the source system, up to the offsets that have been returned bypoll(). The implementation of this API should block until the commit is complete. See [KAFKA-14610](https://issues.apache.org/jira/browse/KAFKA-14610) for more details.MirrorCheckpointConnector: this connector uses the new record offsets fromoffset_syncsand updatecheckpointsand__consumer_offsetstopics. This can be controlled byemit.checkpoints.enabledandsync.group.offsets.enabled
...