toxiproxy
toxiproxy copied to clipboard
Set bandwidth per application
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 typically means 6x the bandwidth I intended.
I think applying rate limit per app is would be useful, any way to consider that in the future?
Thanks for opening an issue @jpambrun.
I don't believe there's currently a way to share state among multiple connections for a single proxy.
We have StatefulToxics which keep state for a single connection. A similar thing might be possible with a per proxy state.