'Spring Cloud Discovery Server for kubernetes integration with Feign Client or RestTemplate
I have used spring cloud discovery server for kubernetes based on this release notes.
A GET request sent to http://localhost/apps is also returning JSON array of available services as expected.
https://docs.spring.io/spring-cloud-kubernetes/docs/2.1.0-M3/reference/html/#apps
My question is how do I configure Feign Client or RestTemplate to consume the endpoint services provided by the Discovery Server.
(Feign Client or RestTemplate) does not seems to resolve the service names.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
