rafabc/microservices-maven-archetypes

Spring boot admin can't kill node microservice

rafabc opened this issue · 0 comments

Spring boot admin cant kill node microservices
When try kill a node microservice from Spring Boot Admin only unregistered from Eureka, but the service still continue alive, so itshelf autoregister again int Eureka.

To Reproduce
Steps to reproduce the behavior:

  1. Run config server, eureka, spring boot admin and node microservice
  2. From spring boot admin try kill node microservice
  3. After a few second apear registered again

Expected behavior
Its posible a spring boot admin personalization to kill the node microservice.