Closed kabennett closed 2 years ago
Can you provide a complete, minimal, verifiable sample that reproduces the problem? It should be available as a GitHub (or similar) project or attached to this issue as a zip file.
Unfortunately, the organization I work for strictly prohibits sharing any code, so I am not able to provide you an example given the nature of the project we are working on.
Not even if it's not the code from the project?
We just need a way to reproduce it.
I will try to put something together that reproduces what we are encountering.
Looking into our code a bit more, at this point, we really aren't leveraging the Discovery Client feature yet, and I'm not sure if we will. We do have @EnableDiscoveryClient
specified at the moment, but we aren't leveraging this feature as we connect microservices to each other via their k8s service names. So, would you recommend that I disable this feature in our microservices for the time being at least?
Sure you can disable it, but I would still be curious how to reproduce the problem.
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
After upgrading from Spring Cloud 2020.0.3 to 2020.0.5, we are encountering the following exception:
We are using Spring Boot 2.5.8, and after reverting back to Spring Cloud 2020.0.3, this exception goes away and our k8s microservices start successfully. We previously tried upgrading to 2020.0.4, but there was an issue running our microservices in Minikube that prevented us from upgrading.