You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HystrixOSS
I can't find any good documentation or examples online of how to use a "Fail Fast" pattern in a Spring application. I don't want to have a fallback method, because in my case I want to always throw an exception back to the user. I found the CommandThatFailsSilently example on github (https://github.com/Netflix/Hystrix/wiki/How-To-Use#Common-Patterns-FailFast), but I am not sure how to accomplish this when using Spring Boot. Does anyone have any examples of this?