-
Hi guys we are migrating our kafka clusters to strimzi operator, while testing https://github.com/rmarting/strimzi-migration-demo, when we stop hello-world-consumer in the source cluster and start it again in the dest cluster, we can see it reconsumes 2-3 msg again, you can find details in the logs below, just wondering is that expected due to mirorrmaker2 or kafka connect limitaiton according to https://cwiki.apache.org/confluence/display/KAFKA/KIP-656%3A+MirrorMaker2+Exactly-once+Semantics?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You mean that the old consumer on the old cluster consumed the message and then the new consumer on the new cluster after you switched consumed it as well? I think that can be caused by multiple things:
|
Beta Was this translation helpful? Give feedback.
-
thanks @scholzj for the quick reply and detailed answers.
|
Beta Was this translation helpful? Give feedback.
You mean that the old consumer on the old cluster consumed the message and then the new consumer on the new cluster after you switched consumed it as well?
I think that can be caused by multiple things: