toxiproxy
toxiproxy copied to clipboard
:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing
problem 1) it's unclear how to specify multiple attributes when adding a toxic. the example in the readme only uses one attribute (https://github.com/Shopify/toxiproxy#cli-example) and the cli help docs don't specify...
When a proxy is created with a hostname such as `localhost`, toxiproxy will resolve the address and store the ip address `127.0.0.1`. This means that host comparisons such as in...
Hi, I want to manipulate and recognize errors from the requests and response data which are passing through the proxy server. What are is the proper way of doing that?...
It'd be cool if Toxiproxy could expose its local running services via DNS. Especially because this would make the development environment more like production by using DNS as well.
The current Go API is pretty low-level, something with closures or a context object would be great.
It is commonly used some tools like metrics, loggers and context between components. Need to create a new class App. It should take care about initialization part of the server...
# 2.6.0 [Query](https://github.com/Shopify/toxiproxy/issues?q=created%3A%3E2022-03-03+) [Milestone](https://github.com/Shopify/toxiproxy/milestone/9) ## Tasks Main features - [ ] [Toxics are not set when creating a proxy for the first time.](https://github.com/Shopify/toxiproxy/issues/79) - [ ] [Populate toxics at startup...
Hi Team, I have been using ToxiProxy for quite sometime to proxy http endpoints and it is working fine. I have a new requirement of creating a proxy to the...
Update clients to have PATCH requests for Toxiproxy v3.
For debugging purpose print current chain for proxy Example: downstream addr -> proxy port -> link id -> toxic sub 0 -> ... -> proxy port -> upstream upstream addr...