2

My environment:

  • spring-cloud:Finchley.SR2
  • spring-cloud-starter-bus-amqp or spring-cloud.starter-bus-roketmq
  • spring-cloud-config-server / client

there is two project - config-server and client named Gateway(spring.application.name). i test it in devel profile, client(Gateway) will refresh correct when i:

  • request /actuator/bus-refresh
  • request /actuator/bus-refresh/**
  • request /actuator/bus-refresh/Gateway
  • request /actuator/bus-refresh/Gateway:**

now i wanna explicit indicate the profile in Gateway, like "/actuator/bus-refresh/Gateway:devel" or some other format, what should i do?

Dean
  • 135
  • 1
  • 1
  • 7
  • or the /actuator/bus-refresh only can refresh client with same profile as config-server?? – Dean Feb 21 '19 at 07:46

0 Answers0