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

ChaosMonkeyTaskScheduler shutting down spring boot application

Open robinjacob opened this issue 3 years ago • 1 comments

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 shutting down the Spring Boot application. If I do not provide chaos-monkey in my spring profile during start up then Spring Boot Application starts fine although it shows authentication failure with the Kafka consumer during start up. I would like to ignore the Kafka authentication failure and have the Spring Boot application running with chaos-monkey. Please let me know if chaos monkey is shutting it down due to kafka authentication failure. Is there a way to get around it?

robinjacob avatar Aug 22 '22 02:08 robinjacob

I believe ChaosMonkeyTaskScheduler is shutting down the Spring Boot application.

How did you get to this conclusion?

Is there a way to get around it?

Please provide sources or a minimal reproducer for us to debug the issue. It is not clear from your description what is going on.

F43nd1r avatar Sep 02 '22 07:09 F43nd1r

This issue was marked as stale because it has been open and waiting for feedback for 60 days with no activity. If no feedback is provided within 14 days, this will be closed.

github-actions[bot] avatar Nov 02 '22 04:11 github-actions[bot]