Hi team we are doing kafka cluster migration from kafka1 to kafka2, at the same time we also have remote MM2 to replicate topic A from kafka1, as you know after migrating from kafka1 to kafak2, remote MM2 will also be migrated, and the issue happened here, for topic configured with retention time to 7 days and after retention happened, topic A offset in kafka1 will bigger than topic A in kafka, when we switch remote MM2, it can not find the correct offset and will reset from earliest, just wondering is there any workaround for this issue? [image: image.png] Also, this is the question I raised in https://stackoverflow.com/questions/73230331/mirrormaker2-automated-consumer-offset-sync-for-mirromaker2-as-consumer
Thanks. Elvis