I am working on a spring boot application.
I want to know how I can place a load balancer in front of the application in order to distribute the load on a number of servers.
I found googled and found that there are some Netflix APIs, such as Eureka , Hystrix , Tape and Archaius , that will help you get the work done on balancing the laod.
But it was not possible to find how these terms help to distribute the load on the request and balance at the same time, provide high reliability and availability for all users accessing a particular service.
I am going to, although all this, but can not find the entry point to the system. I don’t really understand where to start.
source
share