Replies: 2 comments
-
I think the basic design of MM2 is at-least-once. So I think duplicate messages can happen. So if it is just 2 messages out of many, it could have been just some network glitch or something that caused it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Discussed on the Community call on 19.10.2023: From Apache Kafka 3.5, exactly once semantic can be enabled in the source connector. Should be converted to discussion since this looks more like an issue to ty to help with rather than Strimzi bug (Strimzi does not mirror the messages anyway, Apache Kafka does it). |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
I am using KafkaMirrorMaker2 to replicate records from one cluster to another. The replication is more or less successful for all topics (10+ topics) except 1. I ran a kafka console consumer on the topic and noticed two messages got replicated twice (20 messages in source cluster and 22 messages in target cluster.) Please provide steps on how I could diagnose this problem.
Steps to reproduce
No response
Expected behavior
No response
Strimzi version
0.37.0
Kubernetes version
1.24
Installation method
Helm
Infrastructure
Aliyun ACK
Configuration files and logs
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions