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

Improve resiliency for cross-service requests #769

Open
donaldgray opened this issue Mar 19, 2024 · 0 comments
Open

Improve resiliency for cross-service requests #769

donaldgray opened this issue Mar 19, 2024 · 0 comments

Comments

@donaldgray
Copy link
Member

Various bits of the solution make HTTP requests to other service. We don't have particularly robust handling of failures, we should consider adding some resiliency - the most obvious way is by utilising https://github.com/App-vNext/Polly but there may be alternatives.

Can this be natively wired into YARP? If not is it on roadmap? (Possibly related: #457).

We need to think about how different services handle errors for services, it's unlikely a blanked approach will fit all use cases.

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

1 participant