Continue Springboot startup if Ignite fails connection

3/28/2019

I have a springboot microservice application, deployed as docker image in a Kubernetes cluster. This microservice is (also) an Ignite Client. If for some reason Ignite Bean fails the startup (for example because there is no Ingnite Server service), the overall application is not able to startup.

I would like to make not mandatory the complete startup of Ignite Bean, so my service can be up & running, even if it cannot use Ignite.

Thanks in advance

-- rocky
azure-aks
ignite
kubernetes
spring-boot

0 Answers