Open PogiLong opened 4 years ago
What are you expecting the eureka client to do when you call pause?
It change status UP to DOWN.
A PauseHandler
could be implemented
As far as I know, spring-cloud-netflix
does not implement PauseHandler
, but I think it would be very useful if it were implemented.
How about overriding the state to OUT_OF_SERVICE
due to pause?
Describe the bug when I use
compile('org.springframework.cloud:spring-cloud-starter-bus-amqp')
in eureka-client, I request /actuator/pause get true but it is also UP in eureka server. It looks like pause not work.Sample here is my code https://github.com/zhoufeilongjava/eurka-demo.git