Duplicated messages with spring.kafka.streams.properties.processing.guarantee: exactly_once_v2
#2663
Unanswered
oleksii-suprun
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I forgot not to mention, that I verified that my application uses
|
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
-
Hi All.
Recently I noticed suspicious behavior in my Kafka Streams application. My application reads messages from multiple input topics, extracts some fields from the input message and pushes results to a single output topic. My application configuration is the following:
But during the QA process, I found that the application produces duplicates in the output topic. I can see the same message with a different offset in the Kafka topic despite the
exactly_once_v2
configuration. I've also verified input topics and have not found any duplicates there.Does anyone have any advice on what is wrong?
Beta Was this translation helpful? Give feedback.
All reactions