13

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?

Karsten Gabriel
  • 3,115
  • 6
  • 19
Vaibhav Atray
  • 208
  • 4
  • 14
  • 2
    We've made a presentation on that 1 year ago; it's still mostly up-to-date: https://www.youtube.com/watch?v=mINNQ3zpRrE&t=1225s – OlgaMaciaszek May 31 '21 at 08:19
  • Thank you, but do you something documented in ppt or some file? – Vaibhav Atray Jun 01 '21 at 01:28
  • 4
    We have SC LoadBalancer documentation: https://docs.spring.io/spring-cloud-commons/docs/current/reference/html/#spring-cloud-loadbalancer and sample project with the code from that presentation: https://github.com/spring-cloud-samples/spring-cloud-intro-demo. The slides can be found here: https://speakerdeck.com/olgamaciaszek/how-to-live-in-a-post-spring-cloud-netflix-world – OlgaMaciaszek Jun 01 '21 at 08:14

1 Answers1

2

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.