Re: RE: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2021-04-05 Thread Ning Zhang
; > > > > Hi Ning,> > > > > > > > > >> > > > > > > > > > Thank you for the response.> > > > > > > > > >> > > > > > > > > > I probably tried to change every possible c

RE: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2021-04-05 Thread Samruddhi Naik
that groupId is still null in MM2 and the offsets are previous > offset meaning it will replicate those messages as well which has been > already replicated by Replicator.> > > > > > > > > Thanks and regards,> > > > > Amit> > > > >

Re: RE: RE: RE: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2020-12-23 Thread Ning Zhang
ate messages > are replicated. > > This has been tested and found to be working as expected. > > Thanks and regards, > Amit > > -Original Message- > From: Ning Zhang > Sent: Thursday, December 10, 2020 10:40 PM > To: users@kafka.apache.org > Subject:

RE: RE: RE: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2020-12-20 Thread Amit.SRIVASTAV
ensure no duplicate messages are replicated. This has been tested and found to be working as expected. Thanks and regards, Amit -Original Message----- From: Ning Zhang Sent: Thursday, December 10, 2020 10:40 PM To: users@kafka.apache.org Subject: Re: RE: RE: Maintaining same offset while

Re: RE: RE: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2020-12-10 Thread Ning Zhang
M2 reads to get the latest > > offset of the message. > > > > > > Thanks, > > > Amit > > > > > > -Original Message- > > > From: Ning Zhang mailto:ning2008w...@gmail.com>> > > > Sent: Monday, December 7,

RE: RE: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2020-12-07 Thread Amit.SRIVASTAV
t offset of > the message. > > Thanks, > Amit > > -Original Message- > From: Ning Zhang mailto:ning2008w...@gmail.com>> > Sent: Monday, December 7, 2020 3:46 AM > To: users@kafka.apache.org<mailto:users@kafka.apache.org> > Subject: Re: Main

Re: RE: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2020-12-07 Thread Ning Zhang
December 7, 2020 3:46 AM > To: users@kafka.apache.org > Subject: Re: Maintaining same offset while migrating from Confluent > Replicator to Apache Mirror Maker 2.0 > > [External] > > > Hi Amit, I guess you may need to override the actual consumer group config > (probably not co

RE: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2020-12-06 Thread Amit.SRIVASTAV
: users@kafka.apache.org Subject: Re: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0 [External] Hi Amit, I guess you may need to override the actual consumer group config (probably not consumer.group.id) that is used in Kafka Connect On 2020/11/26 06:47

Re: Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2020-12-06 Thread Ning Zhang
Hi Amit, I guess you may need to override the actual consumer group config (probably not consumer.group.id) that is used in Kafka Connect  On 2020/11/26 06:47:11, wrote: > Hi All, > > We are currently trying to migrate Confluent replicator to Apache Open Source > Mirror Maker v2.0. We are fac

Maintaining same offset while migrating from Confluent Replicator to Apache Mirror Maker 2.0

2020-11-25 Thread Amit.SRIVASTAV
Hi All, We are currently trying to migrate Confluent replicator to Apache Open Source Mirror Maker v2.0. We are facing an issue where the messages which are already replicated by replicator is getting replicated again when the mirror maker is started on the same topic. This should not happen as