Re: question about mm2 on consumer group offset mirroring

2021-10-05 Thread Calvin Chen
Hi Ryanne Thanks for the reply, it helps, thank you very much! -Calvin > 在 2021年9月30日,22:52,Ryanne Dolan 写道: > > Hey Calvin, the property you're looking for is > emit.checkpoint.interval.seconds. That's how often MM will write > checkpoints, which includes consumer group offsets. > > Ryanne

Re: question about mm2 on consumer group offset mirroring

2021-09-30 Thread Ryanne Dolan
Hey Calvin, the property you're looking for is emit.checkpoint.interval.seconds. That's how often MM will write checkpoints, which includes consumer group offsets. Ryanne On Thu, Sep 30, 2021, 9:18 AM Calvin Chen wrote: > Hi all > > I have a question about the mirror make 2, on the consumer gro

question about mm2 on consumer group offset mirroring

2021-09-30 Thread Calvin Chen
Hi all I have a question about the mirror make 2, on the consumer group offset mirroring, what is the duration for mm2 to detect consumer group offset change and mirror it to remote kafka consumer group? I have my mm2 code define as below: {{ kafka01_name }}->{{ kafka02_name }}.sync.group.off