Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Targeted Property Refresh in /actuator/refresh Endpoint #2453

Closed
samuelj90 opened this issue Aug 22, 2024 · 1 comment
Closed
Labels

Comments

@samuelj90
Copy link

samuelj90 commented Aug 22, 2024

Question :

Hello @spring-cloud-issues, @spring-cloud Team,

I'm currently using the Spring Boot Actuator's /actuator/refresh endpoint to refresh my application's properties. However, I've noticed that the endpoint triggers a full refresh of all property sources. The issue with this approach is that some encrypted properties always cause Spring beans to reinitialize.

I wanted to confirm if there's any support for a more granular refresh mechanism, where specific properties or beans can be targeted for refresh instead of reloading the entire property source. If this isn't supported, are there any plans to introduce this feature in future releases?

@ryanjbaxter
Copy link
Contributor

Please don't open the same issue across multiple projects. Closing in favor of
spring-cloud/spring-cloud-commons#1370

@ryanjbaxter ryanjbaxter closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants