-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PartitionConsumer.Close() behavior mismatch #1703
Comments
I can definitely open a PR for this, but I just wanted to make sure I wasn't missing something. |
This behaviour was removed in #1156 — probably the godoc is just stale. |
What is the behaviour now? I'm using 1.27.2, Here's what I observe
Please enlighten us on this behaviour. |
Thank you for taking the time to raise this issue. However, it has not had any activity on it in the past 90 days and will be closed in 30 days if no updates occur. |
Apologies if I'm misreading this, but in the docs for the PartitionConsumer, it states that the
Close()
method will "initiate a shutdown just like AsyncClose, drain the Messages channel, harvest any errors & return them to the caller."I'm looking at the method here and it doesn't seem to be draining the messages channel.
The text was updated successfully, but these errors were encountered: