-
Notifications
You must be signed in to change notification settings - Fork 405
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
NakWithDelay Message Delivery in JetStream #17102
NakWithDelay Message Delivery in JetStream #17102
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kyma-project-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
/test all |
/test all |
/test all |
/test all |
/test all |
/test all |
/test all |
/test all |
/test all |
/retest |
Loadtester: 1500 events
|
/test all |
/retest |
/retest |
2 similar comments
/retest |
/retest |
/retest |
2 similar comments
/retest |
/retest |
@grischperl: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
* Backoff first try * image bump * add to jetstreamv2 * Remove AckWait * Fix maxdeliver * AckWait * AcKWait * Remove AckWait * Exponential BackOff * NAK msg with delay * Add AckWait as backup * Make AckWait 35sec to see which retry is working * Set AckWait and NakDelay period same
Description
Instead of using an exponential
Backoff
where the EC does not respond, this PR changes the currently usedAckWait
(EC also does not respond) to aNakWithDelay
.Changes proposed in this pull request:
Related issue(s)
#13697