buger / goreplay

GoReplay is an open-source tool for capturing and replaying live HTTP traffic into a test environment in order to continuously test your system with real data. It can be used to increase confidence in code deployments, configuration changes and infrastructure changes.
https://goreplay.org
Other
18.53k stars 13 forks source link

How to capture the requests sent by the current process to downstream services and their responses? #1254

Open FrontierSetter opened 1 month ago

FrontierSetter commented 1 month ago

Are there any methods to simultaneously record not only the requests received but also the requests sent by the current process to downstream services and their responses as well (and further used as Mock)? Only in this way can I completely separate this process from the microservice network and evaluate it separately.