Skip to content

Sample REST based micro-services developed using netflix oss (eureka,ribbon,zuul,hystrix,feign)

Notifications You must be signed in to change notification settings

saikatkar/spring-cloud-sample

Repository files navigation

Spring-Cloud-Sample

Sample REST based micro-services developed using netflix oss (eureka,ribbon,zuul,hystrix,feign etc.).

Architecture Overview

micro-service 1

Description

Following are the urls where the services are running:

eureka-sever -- http://localhost:8761

sample-recommendations -- http://localhost:8000/recommend (Though this should not be revealed to the outside world.It will be accessed via Zuul)

sample-inventory -- http://localhost:8003/buy (Though this should not be revealed to the outside world.It will be accessed via Zuul).

sample-zuul-proxy -- http://localhost:8999/api/recommendations/recommend (To access the sample recommendations service)

sample-hystrix-dashboard -- http://localhost:9000/hystrix

Happy Coding.Cheers!!!

About

Sample REST based micro-services developed using netflix oss (eureka,ribbon,zuul,hystrix,feign)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages