Replies: 1 comment 3 replies
-
Can I expect that sequential calls of context.offset() in the context of handle() return the same value? |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm trying to track offset on the client side and sometimes get old messages.
I start like this:
and then
I expect that context.offset() always increments but sometimes I see batches of old messages (thousands) with smaller offsets passed to handle() and then suddenly everything gets OK. Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions