-
Been using Toxiproxy for a few months and it is helping out with a lot of my use cases.
It does have a limitation for me at the moment however. I am in a corporate network where all traffic must go…
-
Hi quick question
Example:
create a proxy for an webapp like
```
toxiproxy-cli create myapp -l localhost:7777 -u localhost:5555
toxiproxy-cli toxic add myapp -t bandwidth -n speed -a rate=500…
-
To simulate, try with toxiproxy
1. Install `toxiproxy` from [here](https://github.com/Shopify/toxiproxy/releases/latest) and run the server
2. Install `toxiproxyr` with `devtools::install_github("rich…
-
I have kind of a unique situation that can use your help on.
In my environment we terminate TLS at a LB before it gets routed to my toxiproxy instance. Then toxiproxy tries to send to the downstrea…
-
I am trying to do a simple setup of using toxiproxy for 3rd party service APIs but running into an issue that I cant seem to resolve. I am running toxiproxy inside a container on my local machine and …
-
I installed this chaostoolkit extension today. I run an experiment to call function `enable_proxy` and `disable_proxy` which reports the following error:
```text
[2019-08-16 13:02:24 ERROR] Unable …
-
- https://github.com/QaBound/ToxiProxyDemo
- https://github.com/notmattlucas/toxiproxy-demo/tree/main
-
**Describe what's wrong**
In ClickHouse-java, we have proxy tests that are failing.
Our tests using `toxiproxy`
**How to reproduce on recent release?**
I did an investigation with two diff…
-
## Describe the proposal
it would be nice to expand the documentation on how to establish a local setup to run the integration tests in the "sdk-test" folder module, with step-by-step instructions.…
-
**Issue**
I'm trying to add an experiment to the catalogue. The idea is to use toxiproxy, and proxy the calls to a mysql database. With that, I can control the type of faults that would be injected,
…