How to manage service failover?
- by Jader Dias
I am using Windows Network Load Balancing to keep my apps available even when one of the servers is down.
But when all servers are up, but one instance of a service in one of them is down, I would like to not send requests to it, because those requests will be lost.
Is there any solution that addresses this problem?