Skip to content

Microservice Integration with Eureka Server (Service registry and Discovery), Feign (Registry Aware Client), Ribbon (Client Side Load Balancing) and Hystrix (Circuit breaker and Fault tolerance)

Notifications You must be signed in to change notification settings

AravindPalani95/Microservice_Netflix_OSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microservice - Netflix OSS

Microservice Integrated with following Netflix OSS Components

1. Service registry (Eureka Server)
2. Service Discovery (Eureka Client)
3. Registry Aware Client (Feign Client)
4. Client Side Load Balancing (Ribbon Client)
5. Circuit Breaker (Hystrix)

URLs

No Component URL
1 Eureka Server http://localhost:8761, http://localhost:8762
2 Store Service http://localhost:9090/inventory
3 Inventory Service http://localhost:8090/store
4 Swagger http://localhost:9090/store/swagger-ui.html, http://localhost:9090/inventory/swagger-ui.html
5 Hystrix Stream http://localhost:8090/store/actuator/hystrix.stream
6 Hystrix Dashboard http://localhost:8090/store/hystrix

About

Microservice Integration with Eureka Server (Service registry and Discovery), Feign (Registry Aware Client), Ribbon (Client Side Load Balancing) and Hystrix (Circuit breaker and Fault tolerance)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages