We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I have exactly the same issue as in #1414 (fix works great btw, thx!) but for HystrixBadRequestException.
HystrixBadRequestException
I tried to implement a HystrixCommandExecutionHook but all the methods are executed before decomposeException so I don't know how to make it work.
HystrixCommandExecutionHook
decomposeException
Any idea ?
Thank you !