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
Comment From: spencergibb
What are you expecting the eureka client to do when you call pause?
Comment From: PogiLong
It change status UP to DOWN.
Comment From: spencergibb
A PauseHandler could be implemented
Comment From: heowc
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?