EnableIdempotence is not working #294
Unanswered
Marmosquera
asked this question in
Q&A
Replies: 2 comments
-
Hi @Marmosquera , I think this problem is related to how the Confluent Driver works when idempotence is enabled. When producing Kafka Flow just execute the middleware and call de driver's produce methods. See he driver settings: https://docs.confluent.io/platform/current/installation/configuration/producer-configs.html#producerconfigs_enable.idempotence |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thx @filipeesch for your answer ... but I asked to confluent-kafka-dotnet team and they said that I should ask kafka-flow. |
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
-
Hi! I'm creating the producer with:
And I'm sending the message with:
But I'm getting the messages duplicated (same id) on the topic. What I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions