You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Chris Solidum <cs...@squareup.com.INVALID> on 2023/03/14 19:28:09 UTC

Mirrormaker reverse offset syncing

Howdy,

I'm currently using mirrormaker to translate message and offsets from
cluster A -> B. If a consumer is currently processing messages from a
mirrored topic, A.test_topic, in cluster B, is there anything mirroring the
offsets back to cluster A for the original test_topic? i.e The consumer is
up to offset 5 in A.test_topic in cluster B, is something translating back
so that the consumer group is at offset 5 for test_topic in cluster A? If
this doesn't happen within mirrormaker, are there any workarounds to get
this behavior or would someone have to open up a KIP to add this
functionality.

Cheers,
Chris