Open iluwatar opened 8 years ago
Hi @iluwatar , what else is expected of this pattern aside from not blocking and returning a Future
?
I guess we need a service that sometimes fails to demonstrate the retry. Then a great theme for the example...
Can i pick this up?
Ok @nikhilbarar
This task is free
I'd like to work on this pattern.
Go ahead @krisz7118
@krisz7118 are you working on this?
This issue is free to be taken again!
Description:
The Asynchronous Retry design pattern is aimed at handling transient failures in a reliable and efficient manner. This pattern allows an application to retry an operation asynchronously, ensuring that the application does not block waiting for an operation to complete. This is particularly useful in distributed systems where transient faults are common.
Main Elements of the Pattern:
References:
Acceptance Criteria: