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

RFC: Request Shadowing #272

Open
AndrewDryga opened this issue Jan 8, 2018 · 0 comments
Open

RFC: Request Shadowing #272

AndrewDryga opened this issue Jan 8, 2018 · 0 comments

Comments

@AndrewDryga
Copy link
Member

AndrewDryga commented Jan 8, 2018

Redirecting or shadowing (duplicating) small percent of requests to a staging environment works really well for complex projects with microservice architecture. In some cases, shadowing allows getting rid off "monolith-style" integration tests entirely (when people trying to test at the same time).

This plugin can be fairly simple to implement: with given probability we duplicate request to a shadow back-end and then persist diff between responses in a database.

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

No branches or pull requests

1 participant