Clarify and document some Feign stuff

This commit is contained in:
Dave Syer
2015-01-29 15:17:58 +00:00
parent a739884207
commit e100207e8a
7 changed files with 128 additions and 128 deletions

View File

@@ -226,7 +226,7 @@ exclude it manually, e.g. in Maven
The Eureka server does not have a backend store, but the service
instances in the registry all have to send heartbeats to keep their
resistrations up to date (so this can be done in memory). Clients also
registrations up to date (so this can be done in memory). Clients also
have an in-memory cache of eureka registrations (so they don't have to
go to the registry for every single request to a service).
@@ -481,7 +481,7 @@ configured server list, and you can supply the configuration like this
----
stores:
ribbon:
listOfClients: example.com,google.com
listOfServers: example.com,google.com
----
[[spring-cloud-ribbon]]