Replies: 1 comment
-
I guess a good start would be:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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