Skip to content
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

fix: ensure backoff timer is re-used #1963

Merged
merged 1 commit into from
Jun 9, 2021
Merged

Conversation

dnwe
Copy link
Collaborator

@dnwe dnwe commented Jun 8, 2021

Unlikely to cause an issue in Sarama unless the user explicitly set
Metadata.Retry.Backoff especially high and was hitting lots of retry
conditions, but no harm in guarding against this.

Ref: https://medium.com/@oboturov/golang-time-after-is-not-garbage-collected-4cbc94740082

Unlikely to cause an issue in Sarama unless the user explicitly set
Metadata.Retry.Backoff especially high and was hitting lots of retry
conditions, but no harm in guarding against this.

Ref: https://medium.com/@oboturov/golang-time-after-is-not-garbage-collected-4cbc94740082
@dnwe dnwe requested a review from bai as a code owner June 8, 2021 21:34
@dnwe dnwe merged commit ad66013 into master Jun 9, 2021
@dnwe dnwe deleted the dnwe/fix-leaky-consumergroup branch June 9, 2021 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants