1. 程式人生 > >Building Microservices with Spring Cloud - Service discovery

Building Microservices with Spring Cloud - Service discovery

mov 技術分享 com over self ref strong rem uil

What is service discovery and why we use it?

  • A way for service to register it self
  • A way for a service to deregister it self
  • A way for a client to find other services
  • A way to check the health of a service and remove unhealthy instances


Spring Cloud Netflix Eureka

技術分享

ref :

https://github.com/Netflix/eureka/wiki

http://cloud.spring.io/spring-cloud-static/Brixton.SR7/#_spring_cloud_netflix

Building Microservices with Spring Cloud - Service discovery