membrane / api-gateway

API gateway for REST, OpenAPI, GraphQL and SOAP written in Java.
https://membrane-api.io
Apache License 2.0
448 stars 138 forks source link

Traffic Shadowing: Redirect calls to a second evironment #1140

Open predic8 opened 2 weeks ago

predic8 commented 2 weeks ago

Send a request also to a different Target but ignore the response:

<target ...>
    <shadow host="..." port="..."/>
</target>
t-burch commented 1 week ago

Seems to be done in combination with weighted routing. Another interesting common variation is traffic replay, where traffic gets recorded in production to be replayed in test environments