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

Retry requests to product catalog servcie #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pablochacin
Copy link
Collaborator

@pablochacin pablochacin commented May 25, 2023

Background

Fault injection tests in the frontend service revealed that the frontend service does not retry aborted requests to the product catalog service.

Fixes

#2

Change Summary

This PR adds automatic retries to requests to the product catalog service using a client-side middleware.

Additional Notes

This is for demo purposes.

Testing Procedure

You can test this PR using the k6 test at xk6-disruptort-demo

Signed-off-by: Pablo Chacin <[email protected]>
@pablochacin pablochacin added do not merge Do not merge demo issue/pr is for demo purposes labels May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
demo issue/pr is for demo purposes do not merge Do not merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant