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

RetryBackend based on softwaremill/retry #1560

Open
lolgab opened this issue Sep 11, 2022 · 1 comment
Open

RetryBackend based on softwaremill/retry #1560

lolgab opened this issue Sep 11, 2022 · 1 comment

Comments

@lolgab
Copy link
Contributor

lolgab commented Sep 11, 2022

While porting an application to Tapir, I ended up writing an integration between sttp and retry.
Since both libraries are part of softwaremill, it would be nice to have such integration built in.
Here I used Backoff, but it could receive a retry policy and be more generic.
Would something like this make sense?
One problem I see is that retry is still in 0.x phase, so maybe the integration can have 03 in the package name to avoid breaking changes?

@adamw
Copy link
Member

adamw commented Sep 13, 2022

Sure - I suppose this could go under a new category of integration modules - resilience (just as we have observability, logging etc.)

Don't worry about 0.x versions - it core that is guaranteed to be stable, other modules generally follow the lifecycles of whatever they are integrating with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants