-
Notifications
You must be signed in to change notification settings - Fork 139
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
Custom retry delay duration from supplier function #82
Comments
@radoslawtwardy how does this look? : master...astubbs:retry-delay-generator-func |
I'm not sure how can I use it. To write custom function i must has some retry count context, or something like it. For example i want write simple algorithm: |
Yes you can retrieve the number of times the record has failed and calculate a delay from that.
|
@radoslawtwardy there is now an example of this here: https://github.com/confluentinc/parallel-consumer#retry-delay-function |
Most flexible, pluggable retry delay system - user provides a function that generates a retry delay.
The text was updated successfully, but these errors were encountered: