Hystrix icon indicating copy to clipboard operation
Hystrix copied to clipboard

Support configuration per command group

Open fkrull opened this issue 7 years ago • 3 comments

Currently, configuration settings like command properties can only be configured either globally or per command. This makes it difficult to configure, say, command timeouts per service without manually adding configuration settings for every command or programmatically loading common settings during HystrixCommand construction.

Proposal: an additional level of properties should be supported, hystrix.command.HystrixCommandGroupKey...., which overrides the global settings, but gets overridden by command-specific settings.

fkrull avatar Jul 13 '17 15:07 fkrull