Is it possible to make auto-refresh properties for Spring Cloud clients in a multi-pod environment (Google Kubernetes Engine)?
I found several work arounds:
- Using Spring Cloud Bus (too heavy solution).
- Running refresh inside code using RefreshEvent and @Schedule it (not recommended by Spring).
- Creating a new endpoint in Config Server to perform a refresh on all Spring Cloud clients.