Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Based on my understanding of load-balancing, requests are forwarded to multiple instances of a service so that if one service is down, it will be redirected to one that is available.

I have created a microservice that implements load-balancing using Ribbon and Hystrix to handle fallback. However, this only works if the load-balancing service is working properly.

What if the load-balancing service goes down? Is there a solution to keep the microservice running so that the instances of the service can still be reached?

What I have tried:

i haven't found the suitable solution to this case
Posted
Comments
[no name] 19-Jun-23 13:23pm    
That's like asking, what happens if I have no backup? If you only have 1 user, I guess it's not a problem.
Natanael Fredrick 19-Jun-23 22:08pm    
is it possible to create 2 Load Balancer(LB) when the primary LB down it redirected to the secondary LB

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900