-
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
fix(consumer): add retry for offset commit #2040
Conversation
@HobbyBear thanks for putting together these changes. They look reasonable to me, but I have a couple of questions:
|
@HobbyBear 👋🏼 Friendly bump 🙏🏼 Could you please take a look at the comment above? I'd love to get this one shipped. |
Sorry, I've been a little busy recently. I'm still researching how the java client does retry, and it may not be so fast to get the results. |
Has this problem not been solved yet? |
Thank you for your contribution! However, this pull request has not had any activity in the past 90 days and will be closed in 30 days if no updates occur. |
Fixes #1562 #1758
The reason for the timeout when submitting the offset is likely to be the rebalance caused by the server restart or expansion and contraction, and a jittery retry strategy needs to be added.