In our project we use Spring cloud + Eureka as service registry. When we use the ribbon client to call internal micro-services, all URL are resolved via Eureka ... that's a problem to call external URLs. As external API are old fashioned usage of Feign doesn't seem to be good choice.
What's the best way to call an external URL from such a service ?
Thanks in advance
Patrice