-
First off, toxiproxy is awesome.
When setting maximum bandwidth, I expected the rate limiter to be applied on an application basis, but it seems to be limiting rate per connection? With http, this …
-
In an async heavy test (fuzzy testing with a lot of requests and network issues simulated with toxiproxy), rewriting a bit of the code with ts-results-es made the test fail.
I tracked the issue dow…
-
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 Oracle Database. The database connection…
-
# What
This is a question / feature request.
In my use case, I would like to use dynamic and conditional toxics - I would like to program behaviour such that, _upon observing a particular type o…
-
Right now it's not possible to create proxies from the cli with an initially disabled state, while it is possible with CURL and I believe most of the clients.
This is a relatively niche use-case, b…
-
### What version of gRPC-Java are you using?
1.44.0
### What is your environment?
Ubuntu 22.04
### What did you expect to see?
An UNAVAILABLE status code or something similar
#…
-
This example https://github.com/h2non/toxy/blob/master/examples/bandwidth-limit.js or even this simple code:
```js
const toxy = require('toxy')
const http = require('http');
const proxy = toxy…
-
We're using version 0.12.1, which should support the `time:` arg in the `search` method. However, in testing with a network simulator proxy I can't get this argument to actually timeout and abort the …
-
Dealing with a server restart isn't a big deal for simple deployments of Toxiproxy with a couple proxies and toxics. However, as the environment grows to dozens of proxies things become problematic as…
-
I was snooping BB's [powerfulseal](https://github.com/bloomberg/powerfulseal) project and found this reference to [chaos engineering](http://principlesofchaos.org/) and this slick [curated resource li…