Building Microservices with Spring Cloud - Service discovery

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

http://cloud.spring.io/spring-cloud-netflix/single/spring-cloud-netflix.html

posted @ 2017-11-06 22:33  廖东海  阅读(209)  评论(0编辑  收藏  举报