Sakhr Nabil

Results 6 comments of Sakhr Nabil

hi @johnharby, I am also trying to do the same. Did you find an answer to your question?

@RobWin, in my case, I want to configure the Exceptions which come out of resilience4J and get a cause of that exception accordingly. In Hystrix it was possible to do...

Hi @RobWin, The reason behind it is when we have services provided from a 3rd party, where we can't handle the implementation of their services and if they are not...

an example which I found online and is quite similiar to our impl can be found here: [HystrixException Example](https://www.tabnine.com/code/java/classes/com.netflix.hystrix.exception.HystrixRuntimeException) Another use cases to have a better overview: * handling of...

Hi @RobWin, Unfortunately, we haven't integrated Resilience4J on the current project. I just have general experience with it, using other features. Now, we are thinking to migrate our project from...

Thanks for your patiences and for walking me through this. I am going to check out the Exceptions above. Have a nice day to go.