@ -833,6 +833,7 @@ To set the `IRule` for a service name `users` you could set the following:
@@ -833,6 +833,7 @@ To set the `IRule` for a service name `users` you could set the following:
@ -1500,9 +1501,39 @@ The location of the backend can be specified as either a "serviceId"
@@ -1500,9 +1501,39 @@ The location of the backend can be specified as either a "serviceId"
url: http://example.com/users_service
----
These simple url-routes don't get executed as a `HystrixCommand` nor can you loadbalance multiple URLs with Ribbon.
To achieve this, specify a service-route and configure a Ribbon client for the
serviceId (this currently requires disabling Eureka support in Ribbon:
These simple url-routes don't get executed as a `HystrixCommand` nor do they loadbalance multiple URLs with Ribbon.
To achieve this, you can specify a `serviceId` with a static list of servers: