I am using camel 3.1.0 with spring boot 2.2.6. I have externalise configuration and spring cloud bus is being used to read config data from Git.
When I start application, it gets the the config (properties) from git via spring cloud bus, but when I update the config on git and invoke actuator/bus-refresh endpoint, changes not picked by the camel route in the spring boot application, though I see in logs that application receives the updated value of the property.
Is there anything I need to add as properties to let Spring boot to refresh the camel context on spring cloud bus event ?