spring-cloud / spring-cloud-bus

Spring Cloud event bus
http://cloud.spring.io/spring-cloud-bus/
Apache License 2.0
408 stars 242 forks source link

Does destination param of /actuator/busrefresh not supported any more! #252

Closed tsingheng closed 3 years ago

tsingheng commented 3 years ago

Does destination param of /actuator/busrefresh not supported any more!

tsingheng commented 3 years ago

I have found the way to use busrefresh with destination. /actuator/busrefresh/{destination} instead of /actuator/busrefresh?destination={destination}