Skip to content

Commit 397130a

Browse files
committed
Add information on SimpleDiscoveryClient. Fixes gh-295.
1 parent f49db72 commit 397130a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/main/asciidoc/spring-cloud-openfeign.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ The load-balancer client above will want to discover the physical addresses
6363
for the "stores" service. If your application is a Eureka client then
6464
it will resolve the service in the Eureka service registry. If you
6565
don't want to use Eureka, you can simply configure a list of servers
66-
in your external configuration (see
67-
<<spring-cloud-ribbon-without-eureka,above for example>>).
66+
in your external configuration using https://cloud.spring.io/spring-cloud-static/spring-cloud-commons/current/reference/html/#simplediscoveryclient[`SimpleDiscoveryClient`].
6867

6968
WARNING: In order to maintain backward compatibility, is used as the default load-balancer implementation.
7069
However, Spring Cloud Netflix Ribbon is now in maintenance mode, so we recommend using Spring Cloud LoadBalancer instead.

0 commit comments

Comments
 (0)