How to create an Exception Assault for a specific Spring Service with Chaos Monkey?

553 views Asked by At

I am using chaos monkey implementation of codeCentric to test a spring boot application. I want to simulate several behaviors. One of them is a read timeout from an external system. I thought, according to the behavior of my application, to have an exception thrown by a specific component to simulate this case. How can I specify that a given Spring Service should throw a custom Exception?

0

There are 0 answers