-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Close Fabric8 Client When Context Is Stopped #1780
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close Fabric8 Client When Context Is Stopped #1780
Conversation
...fig/src/main/java/org/springframework/cloud/kubernetes/fabric8/Fabric8AutoConfiguration.java
Show resolved
Hide resolved
...s-commons/src/main/java/org/springframework/cloud/kubernetes/commons/config/ConfigUtils.java
Outdated
Show resolved
Hide resolved
...a/org/springframework/cloud/kubernetes/fabric8/config/Fabric8ConfigDataLocationResolver.java
Outdated
Show resolved
Hide resolved
6253909 to
febbe07
Compare
febbe07 to
0adfd8d
Compare
|
@wind57 thanks. I am still not really happy with this. Since |
|
@ryanjbaxter the build is going to fail, the cache download to blame... you might want to push a dummy commit to re-trigger |
|
@ryanjbaxter do you remember why we did this? I was trying to find a relevant issue, but no luck : https://github.com/spring-cloud/spring-cloud-kubernetes/issues?q=is%3Aissue%20state%3Aclosed%20created%3A2024-07-01..2024-10-22 The thing is, this fix causes a problem in a different place, in the leader election. a) we have an issue for it b) I can re-produce it. So I'm trying to see what was the underlying problem that triggered this |
No description provided.