chaos-monkey-spring-boot icon indicating copy to clipboard operation
chaos-monkey-spring-boot copied to clipboard

Chaos Monkey for Spring Boot

Results 31 chaos-monkey-spring-boot issues
Sort by recently updated
recently updated
newest added

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...

bug
question
docs

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....

enhancement

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...

enhancement

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...

bug
waiting-for-feedback

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...

bug

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...

docs

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...

enhancement

**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...

bug
waiting-for-feedback