spring-cloud/spring-cloud-netflix
Vedi su GitHubpause endpoint not work with spring cloud bus
Open
Aperta il 22 lug 2020
enhancementhelp wanted
Descrizione
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