codecentric / chaos-monkey-spring-boot

Chaos Monkey for Spring Boot
https://codecentric.github.io/chaos-monkey-spring-boot/
Apache License 2.0
909 stars 170 forks source link

How to inject chaos monkey for a non spring boot application? #42

Closed arjunsreepad closed 6 years ago

arjunsreepad commented 6 years ago

I have a spring mvc application. what are the different ways to inject chaos monkey for a non sprig boot application?

MrBW commented 6 years ago

If Spring Boot is not on board, the Chaos Monkey for Spring Boot cannot be used. But there are other chaos tools that can help you here.

For example (just Java): https://github.com/mrwilson/byte-monkey https://blog.probablyfine.co.uk/2016/05/30/announcing-byte-monkey.html

A full list of Chaos Engineering tools can be found on GitHub: https://github.com/dastergon/awesome-chaos-engineering