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.
23.98k stars 4.7k forks source link

how to set up different configuration for one hystrix command based on different caller? #1965

Open shenwusw opened 4 years ago

shenwusw commented 4 years ago

i want set up different threshold for different caller on one hystrix command, but the wiki here only talks about one configuration per command, is there a way to handle that?