Netflix/ribbon

How to throw exception to the client from isAlive method?

MelnykVL opened this issue · 0 comments

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!