spring-cloud/spring-cloud-netflix
在 GitHub 查看pause endpoint not work with spring cloud bus
Open
#3,841 创建于 2020年7月22日
enhancementhelp wanted
仓库指标
- Star
- (4,805 star)
- PR 合并指标
- (平均合并 3小时 47分钟) (30 天内合并 5 个 PR)
描述
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