Can someone please point me to a simple and complete example using the Spring Cloud Kubernetes Configuration Watcher with a recent version of Spring Boot? I have found a few examples online that use the Config Watcher but they actually reload the properties using the older approach and they don't even realize it (i.e. the properties still get re-loaded without the Config Watcher even running).
Asked
Active
Viewed 1,162 times
2
-
I created a project with an example of how to use a watcher and spring-cloud-kubernetes. I hope it'll help https://github.com/energy2522/spring-cloud-k8s-watcher-test – energy2522 Dec 29 '22 at 12:06
-
1I finally found a working example here: https://github.com/neo-feng/configwatcherdemo – Steve Dec 14 '21 at 22:11