Replies: 2 comments 5 replies
-
I guess a good start would be:
|
Beta Was this translation helpful? Give feedback.
-
Here is the what we were using
We are testing consumer group offset sync across regions using MirrorMaker 2 with the checkpoint connector. The goal is to evaluate how quickly consumer offsets are mirrored in a disaster recovery (DR) scenario. Test Scenario:
Observations --
Concern: |
Beta Was this translation helpful? Give feedback.
-
We are using Strimzi’s Kafka MirrorMaker 2.0 to replicate messages and consumer group offsets between two regions in an active-passive (DR) setup. While messages sync correctly, we observe significant lag in consumer group offset syncing.
Issue Description
• Message replication is working fine, with no noticeable lag.
• Consumer group offsets are not syncing in a timely manner.
Here is configuration used for source and checkpoint connector
We tried tuning/reducing consumer group sync intervals (
emit.checkpoints.interval.seconds
,sync.group.offsets.interval.seconds
), but the issue persists.We also reduced
offset.lag.max
on the source connector, but it did not improve offset syncing.Are there any configurations we can tweak to improve consumer offset syncing performance?
Beta Was this translation helpful? Give feedback.
All reactions