Can we add at-most-once semantic to producer? #639
-
Basically, StreamProducer provide at-least-once semantic. but, we need a at-most-once semantic. and we can't use deduplication because we don't have a proper publishingId. |
Beta Was this translation helpful? Give feedback.
Answered by
acogoluegnes
Oct 23, 2024
Replies: 2 comments 8 replies
-
Under what circumstances did you observe duplicate messages? |
Beta Was this translation helpful? Give feedback.
2 replies
-
and we need specific details, not single line descriptions. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, this would mean clearing the
unconfirmedMessages
map after the producer recovery, instead of trying to republish the messages it contains.Sure, contributions are welcome.