Add documentation on how to enable WebClient for discovery bootstrap. Fixes #1862

This commit is contained in:
Ryan Baxter
2021-04-14 15:57:34 -04:00
parent 4e1c3bb45e
commit 4f31cc8739

View File

@@ -1521,6 +1521,11 @@ eureka:
configPath: /config
----
==== Discovery First Bootstrap Using Eureka And WebClient
If you use the Eureka `DiscoveryClient` from Spring Cloud Netflix and also want to use `WebClient` instead of Jersey or `RestTemplate`,
you need to include `WebClient` on your classpath as well as set `eureka.client.webclient.enabled=true`.
[[config-client-fail-fast]]
=== Config Client Fail Fast