Management blog SpringCloud learning 8: Hystrix service fusing, service degradation, Dashboard flow monitoring

1, Concept: Service avalanche 2, What is Hystrix Official website information https://github.com/Netflix/Hystrix/wiki 3, Service fuse summary experiment Step 1: create the service provider springcloud-provider-dept-hystrix-8001 Step 2: modify pom.xml <!--hystrix--> <dependency> <groupId>org.springfr ...

Posted by hammerslane on Wed, 10 Nov 2021 00:09:12 -0800