Strimzi mirrormaker2 consumer offset not getting synced properly. #9849
sudheesh-87
started this conversation in
General
Replies: 2 comments 2 replies
-
For a start, you should properly format the YAML in your question to make it readable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@scholzj , I couldn't copy paste the yaml without loosing the format, hence added it as screenshot here .. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm testing mirrormaker2 for migrating from old kafka to strimzi kafka , I was testing how the consumer offset is getting synced to target cluster using simple kafka-console-producer and kafka-console-consumer commands , I produced 100 messages to source cluster topic and then consumed 50 messages from source cluster topic , then checked the offset status on both the clusters, the source cluster topic current offset got increased it to 50 as expected, however the target cluster incremented the offset by only 1 , is there any issue with my configuration that causes this ? , following is my configuration,
Operator - 0.38.0
MM2 version - 3.5.0
And following is the offset status ,
source cluster
GROUP TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUMER-ID HOST CLIENT-ID
test-offset test-mm 9 50 100 50 - - -
target strimzi cluster
GROUP TOPIC PARTITION CURRENT-OFFSET LOG-END-OFFSET LAG CONSUMER-ID HOST CLIENT-ID
test-offset test-mm 9 1 100 99 - - -
Beta Was this translation helpful? Give feedback.
All reactions