Travix-International / Hystrix.Dotnet

A combination of circuit breaker and timeout. The .net version of the open source Hystrix library built by Netflix.
https://travix-international.github.io/Hystrix.Dotnet/
MIT License
95 stars 16 forks source link

Add the capability to configure the Default fallback configuration when using local options #29

Closed markvincze closed 4 years ago

markvincze commented 4 years ago

This PR introduces the capability to configure a "default" configuration when using local options, so that when we use commands for which we don't have a specific config, we fall back to the default one.