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

Why not provide andThreadPoolKey in HystrixObservableCommand? #1950

Open hooverhe opened 5 years ago

hooverhe commented 5 years ago

HystrixObservableCommand doesn't provide the "public Setter andThreadPoolKey(HystrixThreadPoolKey threadPoolKey)" method in HystrixObservableCommand? But HystrixCommand provides it. Please refer the same issue : https://github.com/spring-cloud/spring-cloud-gateway/issues/1080