We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug forget to call wg.Done() and if we call Close() then we are lock on wg.Wait() https://github.com/jeroenrinzema/commander/blob/master/dialects/kafka/consumer/group.go#L94 https://github.com/jeroenrinzema/commander/blob/master/dialects/kafka/consumer/group.go#L89
To Reproduce Steps to reproduce the behavior. Please include code examples:
Expected behavior A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
69916a1
Hi, thank you very much for reporting this race condition.
Sorry, something went wrong.
fix: #28 mark as done on retry
4fd3845
b4ddebd
ac96c22
No branches or pull requests
Describe the bug
forget to call wg.Done() and if we call Close() then we are lock on wg.Wait()
https://github.com/jeroenrinzema/commander/blob/master/dialects/kafka/consumer/group.go#L94
https://github.com/jeroenrinzema/commander/blob/master/dialects/kafka/consumer/group.go#L89
To Reproduce
Steps to reproduce the behavior. Please include code examples:
Expected behavior
A clear and concise description of what you expected to happen.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: