Add support for Ribbon loadbalancing in RestTemplate via an…
Add support for Ribbon loadbalancing in RestTemplate via an HttpRequestInterceptor that when supplied a uri such as http://myservice/my/endpoint (where myservice is a service as defined in a service registry, such as Eureka), it replaces 'myservice' with the actual host and port as returned from the configured ribbon loadbalancer.
closes gh-12
Showing
Please
register
or
sign in
to comment