-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Hystrix, Hystrix Dashboard, Ribon and Zuul #117
Comments
Migrate from Netflix Zuul to Spring Cloud Gateway #117
Replace Hystrix by Spring Cloud Circuit Breaker and Resilience4j #117
Ribbon, Zuul 1, Hystrix and Hystrix dashboard have been replaced. |
Thank you for good example @arey . |
You could fork the repo, checkout an older version and apply the commit b501fdb |
Sorry, @arey . |
Thank you @arey . arey added a commit to arey/spring-petclinic-microservices that referenced this issue on 9 Apr 2019 |
Zuul and Hystrix are part of the Netflix OSS. Zuul creates a Hystrix circuit breaker for each route. I don't know if Zuul supports Resilience4j. But I don't think so. |
According to the blog post titled
Spring Cloud Greenwich.RC1 available now
https://spring.io/blog/2018/12/12/spring-cloud-greenwich-rc1-available-now, some Spring Cloud Netflix modules will be placed into maintenance mode.
Pivotal recommend the following as replacements for the functionality provided by these module:
Pivotal intends to continue to support these modules for a period of at least a year from the general availability of the Greenwich release train.
Spring Cloud Circuit Breaker is a new project we could use to migrate from Hystrix to Resilience4J or Sentinel : https://www.infoq.com/news/2019/05/spring-cloud-pluggable-circuit
Another interesting article from the Netflix Techblog: https://medium.com/netflix-techblog/netflix-oss-and-spring-boot-coming-full-circle-4855947713a0
Spring Cloud Greenwich.RELEASE is now available: https://spring.io/blog/2019/01/23/spring-cloud-greenwich-release-is-now-available
The text was updated successfully, but these errors were encountered: