0

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:

  1. Using Spring Cloud Bus (too heavy solution).
  2. Running refresh inside code using RefreshEvent and @Schedule it (not recommended by Spring).
  3. Creating a new endpoint in Config Server to perform a refresh on all Spring Cloud clients.
Rob
  • 14,746
  • 28
  • 47
  • 65

0 Answers0