Tag: spring cloud load balancer

  • How to do client side load balancing in Spring Boot?

    Let’s say you have created a set of microservices. They communicate to each other through a service registry like Eureka. One shortcoming in communicating through service registry is load balancing is not taken care of by default. You need to take care of that through a client side load balancer or a service side load…