Documentation doesn't mention that after calling /actuator/busenv
we must to call /actuator/busrefresh
to apply changes on instances.
Also is there a way to reset such changes?
For example, I override some property on all instances for a moment using /actuator/busenv + /actuator/busrefresh
.
Then I change the value in Spring Cloud Config DB, and want all services to redownload config from db, as they do on startup from Config Server, and forget overridden value provided by /actuator/busenv
.
But now it is impossible, call to /actuator/busrefresh won't help.
And I can't force them to redownload config as they do on startup.
Comment From: ryanjbaxter
Can you provide a complete, minimal, verifiable sample that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip file.
Comment From: spring-cloud-issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Comment From: spring-cloud-issues
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.