spring-cloud/spring-cloud-netflix

pause endpoint not work with spring cloud bus

Open

#3 841 ouverte le 22 juil. 2020

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Java (2 433 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (4 805 stars)
Métriques de merge PR
 (Merge moyen 3h 47m) (5 PRs mergées en 30 j)

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

Guide contributeur