Ryan Baxter

Results 639 comments of Ryan Baxter

It won't be removed until our next major release, and yes we will add support for this before that happens.

Yes it is something I want to work on. If you have any interest in helping out we always welcome contributions from the community!

I think option 2 is the best approach. > Last thing which I don't know is do we need to somehow modify also ConfigMapWatcherChangeDetector#isSpringCloudKubernetesConfig? No I don't think so. That...

@madboynatesh yes, you would have to set the property as an environment variable in the deployment of the config-watcher

Can you have multiple labels with the same name but different values?

I am just trying to understand what it looks like to also have data for the properties in the config map/secret. Will the property source in the client application also...

What about using annotations? They seem much more flexible and actually seems like the correct place for this information. IMO this information is metadata about the config map/secret not information...

That default delay value is the max delay that Kubernetes has between the time the change is made in the Config Map/Secret and the time the value is updated in...