Re: exposing Ignite cluster health status in microservices

2020-02-03 Thread Ilya Kasnacheev
Hello! I think you can use either JMX beans or lifecycle listener. How to act on either one, depends on your use case. Regards, -- Ilya Kasnacheev пт, 31 янв. 2020 г. в 09:43, Kamlesh Joshi : > Hi Team, > > > > Is there any sophisticated way to check if Ignite cluster is Up and > Running (fr

exposing Ignite cluster health status in microservices

2020-01-30 Thread Kamlesh Joshi
Hi Team, Is there any sophisticated way to check if Ignite cluster is Up and Running (from spring-boot) ? Based on which, we need to keep restarting all the clients (connecting from kubernetes i.e. pod) unless and until Ignite cluster is responding properly. Any pointers on this is appreciated