Understanding Spring Cloud Eureka Server self preservation and renew threshold
I am new to developing microservices, although I have been researching about it for a while, reading both Spring's docs and Netflix's. I have started a simple project available on Github . It is basically a Eureka server (Archimedes) and three Eureka client microservices (one public API and two private). Check github's readme for a detailed description. The point is that when everything is running I would like that if one of the private microservices is killed, the Eureka server realizes and removes it from the registry. I found this question on Stackoverflow , and the solution passes by using