Closed oprypkhantc closed 2 years ago
Unfortunately this is out of the scope of sish. There are other proxy solutions that are dedicated to that use case (traffic mirroring), such as haproxy. Sorry!
(reason it is out of scope is sish just implements a simple round robin balancer. anything more complex than that should really be a separate project)
Hey.
Currently, sish supports
--http-load-balancer
option, which allows forwarding HTTP requests to multiple destinations. The feature I'm requesting is a similar behaviour, but instead of selecting one destination and tunneling the request, sish would instead forward the HTTP request to all destinations at once and return a predefined HTTP response (from a different host/endpoint?).This is likely outside of the scope of sish, but it's worth asking.