SpringCloud(五):斷路器(Hystrix)

一、簡介 http://projects.spring.io/spring-cloud/spring-cloud.html#_circuit_breaker_hystrix_clients Netflix開源了Hystrix組件,實現了斷路器模式,SpringCloud對這一組件進行了整合。 在微服務架構中,一個請求需要調用多個服務是非常常見的。 hystrix主要是用來防止服務雪崩效應的。 服務
相關文章
相關標籤/搜索