https://github.com/soumyadip007/netflix-oss-eureka-zuul-hystric-api-gateway-service-using-spring-boot-rest-and-microservices
Zuul is the front door for all requests from devices and web sites to the backend of the Netflix streaming application. We can integrate Zuul with other Netflix projects like Hystrix for fault tolerance and Eureka for service discovery, or use it to manage routing rules, filters, and load balancing across your system.
https://github.com/soumyadip007/netflix-oss-eureka-zuul-hystric-api-gateway-service-using-spring-boot-rest-and-microservices
api-gateway eureka fallback hystrix java load-balancer microservice netflix netflix-hystrix netflix-zuul proxy spring-boot zuul
Last synced: 8 months ago
JSON representation
Zuul is the front door for all requests from devices and web sites to the backend of the Netflix streaming application. We can integrate Zuul with other Netflix projects like Hystrix for fault tolerance and Eureka for service discovery, or use it to manage routing rules, filters, and load balancing across your system.
- Host: GitHub
- URL: https://github.com/soumyadip007/netflix-oss-eureka-zuul-hystric-api-gateway-service-using-spring-boot-rest-and-microservices
- Owner: soumyadip007
- License: apache-2.0
- Created: 2020-05-27T20:33:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T07:47:42.000Z (over 5 years ago)
- Last Synced: 2025-01-06T00:13:24.905Z (9 months ago)
- Topics: api-gateway, eureka, fallback, hystrix, java, load-balancer, microservice, netflix, netflix-hystrix, netflix-zuul, proxy, spring-boot, zuul
- Language: Java
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Netflix-OSS-Eureka-Zuul-Hystric-API-Gateway-Service-using-Spring-Boot-Rest-and-Microservices
Zuul is the front door for all requests from devices and web sites to the backend of the Netflix streaming application. We can integrate Zuul with other Netflix projects like Hystrix for fault tolerance and Eureka for service discovery, or use it to manage routing rules, filters, and load balancing across your system.