chaos-monkey-spring-boot
chaos-monkey-spring-boot copied to clipboard
Chaos Monkey for Spring Boot
My observation is it doesn't.
I am trying to add point cut on a method of service class and want the app to get killed when the method gets executed. Looked at the code of...
Maybe this is already possible, or there is a reason why this is not implemented yet. As I couldn not find any information about this, I will create this issue....
I would like to configure assaults in a more granular way. I guess the rabbit hole is deep but here are a few examples: - Being able to set different...
As far as I know (and as it is documented), the repository watcher (`chaos.monkey.watcher.repository`) only supports the `@Repository` stereotype. There are use-cases where repositories are created without the user annotating...
If I create a Spring Data `Repository` (e.g.: `public interface AbcRepository extends PagingAndSortingRepository`), and set `chaos.monkey.watcher.beans` (i.e.: abcRepository), it seems `ChaosMonkeyBeanPostProcessor` does not wrap the bean properly (the proxy is...
I made tests using kubernetes and chaos monkey can be used that way. In order to use that we should publish a sidecar container for public use and publish it...
Hey is there any possibility to get a JSON Schema or better API Doc to rely on? Background of my question is, that I would like to make an WebUI...
**What**: Add springdoc-openapi integration **Why**: Show chaos monkey as a group in swagger ui **How**: configuration enabled by class and property **Checklist**: - [X] Documentation added - [x] Changelog updated...
One of the Kafka Consumer within my Spring Boot application is throwing an authentication error. This is causing the Spring Boot application to be shut down. I believe ChaosMonkeyTaskScheduler is...