tumblr / colossus

I/O and Microservice library for Scala
Apache License 2.0
1.14k stars 96 forks source link

Service client should handle pending buffer overflow #514

Closed benblack86 closed 7 years ago

benblack86 commented 7 years ago

Warning or return an exception....

DanSimon commented 7 years ago

So it should already be doing this, since this is exactly the situation that should cause requests to fail with ClientOverloadedException. Is there an example that can reproduce the issue?

benblack86 commented 7 years ago

Closing for now until we have an example