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.42k stars 4 forks source link

how to know the host when replay to multiple env #1219

Closed tianxiao1988 closed 10 months ago

tianxiao1988 commented 11 months ago

Hi, I need to replay the request to multiple host, called A and B, and then I got two replay responses , called response1 and response2, I want to diff response1 and response2 use middleware , but how can I know response1 is from host A or hostB ?

I'm looking forward to your reply sincerely. Thanks~~