-
The following spec: https://github.com/twingly/twingly-http/blob/494bba1c946971409bbf4d0f4f127fa1277a1813/spec/lib/twingly/http_spec.rb#L426-L446 has way too nice expect. Consider the following change…
walro updated
3 years ago
-
out of #139 came an interesting point.
per @xthexder:
> The cli is designed to be independant of what toxics are defined, so that if a new toxic is added, the cli and api will still work with older v…
-
I create a basic transparent proxy:
```
$ toxiproxy-cli create remote -l localhost:26379 -u :443
```
then I check its status:
```
$ toxiproxy-cli l
Name Listen U…
-
Followed steps mentioned below:
1. I have created proxy using following command:
toxiproxy-cli create -l 0.0.0.0:26379 -u {RDS Aurora DB endpoint}:3306 RDS
2. Replaced RDS aurora endpoint in url be…
-
Hi,
I worked on using ToxyProxy with k8s.
Basically it involves
- deploying ToxyProxy in k8s
- opening ports dynamically in k8s
Would you be interested by a PR?
-
I'm not positive what this is related to, but figured I'd log an issue in case it means something to someone.
Ubuntu Linux, Heroku-20 image
Ruby 3.3.1
Tiny Tds 2.1.7
The only backtrace I h…
-
This might only make sense for the [timeout toxic](https://github.com/Shopify/toxiproxy#timeout) used with `timeout=0`, but wouldn't it be nice if it could work without a responding upstream?
I tri…
-
I opened new issue, since in this case we are just using single connection and there are no queued commands like in #695.
I'm running my stress test script which breaks connection very often like e…
-
I would like to declaratively define the toxics configuration in the config file. However, the toxics section is explicitly excluded from deserialization here: https://github.com/Shopify/toxiproxy/bl…
-
Thoughts from https://github.com/cdr/sail/issues/220 If you want to access services out of Sail container, for example services started from your project's docker-compose.yml, services started from b…