Hello Samuel, I guess you are talking about the case where you start to mirror a new topic? If yes, I think the config should be `source-cluster-alias.consumer.auto.offset.reset`, instead of `target`, because `target` is where the producer of MM2 replicates the messages towards, right?
If MM2 mirrors a topic that has been previously mirrored and the consumer offsets have preserved, `auto.offset.reset`` should not matter, because MM2 always start mirroring from the last known offsets On 2020/09/10 23:03:16, Samuel Cantero <scante...@gmail.com> wrote: > Hello, > > I'd like to know whether starting mirroring from latest is doable with > mirrormaker2. I tried setting the > target-cluster-alias.consumer.auto.offset.reset to latest but it doesn't > work (for an active/passive setup). Any help would be appreciated. > > Best, >