Building Microservices with Spring Cloud - Service discovery

Posted 廖东海

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于Building Microservices with Spring Cloud - Service discovery的主要内容,如果未能解决你的问题,请参考以下文章

Building Microservices with Spring Cloud - Configuration Server

免费赢取《Building Microservices(构建微服务)》英文原版书

Building Microservices with Spring Cloud - Load balancing

Building Microservices with Spring Boot and Apache Thrift. Part 1 with servlet

Building Microservices with Spring Cloud - Fault tolerance Circuit breaker

Building Microservices with Spring Boot and Apache Thrift. Part 2. Swifty services