Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support.
Apache License 2.0
4.58k
stars
1.24k
forks
source link
How to throw exception to the client from isAlive method? #515
I want to notify my front end (FE) about a problem and I'm trying to throw an exception from isAlive method of my custom PingUrl to the (FE) but load balancer catches all my exceptions and logs them.
Is there any workaround for it?
Hi
I want to notify my front end (FE) about a problem and I'm trying to throw an exception from isAlive method of my custom PingUrl to the (FE) but load balancer catches all my exceptions and logs them. Is there any workaround for it?
Thanks!