Replies: 1 comment
|
@dnwe sorry for tagging you but if you can provide any inputs on this please. Thanks! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Folks, I recently encountered
OffsetOutOfRangeerrors 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.All reactions