Ryan Baxter
Ryan Baxter
This defeats the purpose of the configuration watcher. The configuration watcher was introduced so that applications can refresh the application context when a config map or secret changes. Kubernetes provides...
@demaryhuerto we are trying to have people rely less on the Kubernetes API and instead rely on what Kubernetes provides as a platform out of the box. Kubernetes provides a...
Are you imagining a `DiscoveryClient` xDS implementation?
If this is something we see demand for we can certainly consider it
I dont know the exact history here, but this was modeled about `ConsulCatalogWatch` and it appears to publish a `HeartBeat` event when the services change. What that is used for...
> May be someone can explain... I think the reason why it doesn't exist in the k8s java client is simply we never implemented it
Thanks!
Why do you have `spring-boot-starter-web` on the classpath as well? Can you please remove it and also use `spring-cloud-starter-kubernetes-discovery` and try again?
We are all for enhancements!
That would be great! I would start by looking at the class `KubernetesDiscoveryClient`.