At least once
strategy with failure handling for consumer groups
#1170
Unanswered
cypriendker
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We have a use case where we want to use consumer groups for high availability but make sure that all the messages of a topic have been successfully processed. The idea is to make sure that if a consumer in the group dies, its messages will be reprocessed.
From what I read, doing
FetchMessage
and thenCommitMessage
will not work as the offset is set up for the entire group.I had multiple ideas but none of them are ideal or feasible :
groupBalancer
Any idea on how we can achieve that?
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions