(五)Spring Cloud实践:使用Netflix hystrix实现断路器,并使用Netflix hystrix dashboard实现监控

Spring Cloud框架下,微服务之间的调用可能会是多层次的,底层服务故障会形成连锁式的异常。Spring Cloud使用Netflix hystrix实现断路器,能够经过回调来阻止上述连锁调用失败的状况。另外, Spring Cloud还使用Netflix hystrix dashboard实现了断路器的监控。java Netflix hystrix 对于模块5 ribbonservice,
相关文章
相关标签/搜索