spring-cloud / spring-cloud-kubernetes

Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...
Apache License 2.0
3.46k stars 1.03k forks source link

Update Config Watcher Configuration #1660

Closed wind57 closed 3 months ago

wind57 commented 4 months ago

I want to extract some classes as individual auto configurations, because this will help me fix 1657. This PR does not do much, just extracts inner classes as separate auto-configuration ones @ryanjbaxter thank you for looking into it

ryanjbaxter commented 3 months ago

I guess I am confused on how these changes help fix the issue

ryanjbaxter commented 3 months ago

@wind57 see my comment above

wind57 commented 3 months ago

sorry, I missed that comment indeed. I had two ideas in my mind when creating this PR:

That is what I was leaning towards

ryanjbaxter commented 3 months ago

OK I am going to rename this issue since it is not actually directly addressing #1657.

wind57 commented 3 months ago

Perfect, thank you