spring-cloud/spring-cloud-netflix

pause endpoint not work with spring cloud bus

Open

#3,841 opened on Jul 22, 2020

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (2,433 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,805 stars)
PR merge metrics
 (Avg merge 2d 6h) (5 merged PRs in 30d)

Description

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

Contributor guide