Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.08k stars 4.7k forks source link

Configuration coreSize is invalid #1958

Open liran0705 opened 5 years ago

liran0705 commented 5 years ago

1、configuration as below: hystrix.threadpool.default.coreSize = 8 zuul.ribbonIsolationStrategy = THREAD zuul.threadPool.useSeparateThreadPools = true

2、result as below,you can see the pool size is still 10 image