Our team is planning to move from
- Spring Cloud Netflix Ribbon to Spring Cloud LoadBalancer and using spring-cloud-kubernetes as discovery client.
- Using Spring Cloud Gateway instead of Zuul
- 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?
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.