tulios/kafkajs

Help with idempotent

gutoberny opened this issue · 0 comments

Hello,
I am facing an issue with achieving idempotent delivery in Kafka version 2.2.4. Despite sending the same message multiple times, the message is delivered to the consumer each time, contrary to the expected idempotent behavior.
I have meticulously followed the configuration steps outlined in the documentation to enable idempotence, yet the issue remains unresolved. At this point, I am starting to question whether the feature for idempotent message delivery — where Kafka should notify or prevent the re-sending of a message that has already been sent — is functioning as intended in this version.
The configuration instruction from the documentation has been followed, but the feature does not seem to be working properly. Could this be a version-specific issue, or am I missing something in the configuration process?
Any assistance or clarification on this matter would be highly appreciated.

Thank you.
image