SpringCloud入门之Hystrix
断路器:Hystrix 基于微服务的系统架构当某个服务调用出现问题时,适当的进行熔断机制,保护系统整体的服务体系不至于雪崩。hystrix.command.default和hystrix.threadpool.default中的default为默认CommandKeyCommand PropertiesExecution相关的属性的配置:hystrix.command.default.ex...