Expected behavior for pausing partition. #841
Unanswered
Vivek N (vivek-ng)
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks , does pausing the partition guarantee that we won't receive any messages for that partition on subsequent poll calls until we resume that partition ? Since the go library returns only a single event from the
pollcall (instead of the entire batch) so wondering if it's possible that thepollcall will still return messages for that partition (maybe they were fetched in the previous batch) ?Beta Was this translation helpful? Give feedback.
All reactions