Is it possible to use Chaos Monkey Spring Boot w/o SB Actuator?

210 Views Asked by At

I am working on a project and we want to implement some Chaos Testing. We want to use Spring Boot Chaos Monkey however we are unable to use one of the hard dependencies of Spring Boot Actuator (Jackson Databind to be specific). It seems implementing SB Actuator is not an option. We cannot access Chaos Monkey via JMX. It must be HTTP.

  • Is it possible to hit Chaos Monkey monkey endpoints w/o SB Actuator?
0

There are 0 best solutions below