Replies: 1 comment
-
@dnwe sorry for tagging you but if you can provide any inputs on this please. Thanks! |
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 Folks, I recently encountered
OffsetOutOfRange
errors in my service. Since I was usingConsumer.Offsets.Initial = sarama.OffsetNewest
, the offset reset caused a significant loss of messages, which we only discovered later. I’m looking for general guidance on handling these scenarios and any examples of how application code can manually manage offset resets to prevent message loss.Beta Was this translation helpful? Give feedback.
All reactions