ChaosMonkeyTaskScheduler shutting down spring boot application
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?
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.
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.