What's the difference between Spring Cloud loadbalancer and Ribbon?

6.5k Views Asked by At

Our team is planning to move from

  1. Spring Cloud Netflix Ribbon to Spring Cloud LoadBalancer and using spring-cloud-kubernetes as discovery client.
  2. Using Spring Cloud Gateway instead of Zuul
  3. and Resilience4j instead of Hystrix.

What are the required changes needed and do we need to change the equivalent property. Can you please help where we need to start?

1

There are 1 best solutions below

0
On

You need to go through the documents of spring.io - spring doc

Also, create first one sample project and run , see how Cloud LoadBalancer made the concept of load balancing more simpler and easier.