Spring boot admin can't kill node microservice
rafabc opened this issue · 0 comments
rafabc commented
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:
- Run config server, eureka, spring boot admin and node microservice
- From spring boot admin try kill node microservice
- After a few second apear registered again
Expected behavior
Its posible a spring boot admin personalization to kill the node microservice.