Skip to content

Commit

Permalink
Merge branch '2.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Aug 31, 2020
2 parents e0b41f8 + e74e53f commit dee3fad
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4667,9 +4667,9 @@ You can further tune how `RestClient` is configured, as shown in the following e
----

You can also register an arbitrary number of beans that implement `RestClientBuilderCustomizer` for more advanced customizations.
To take full control over the registration, define a `RestClient` bean.
To take full control over the registration, define a `RestClientBuilder` bean.

If you have the `org.elasticsearch.client:elasticsearch-rest-high-level-client` dependency on the classpath, Spring Boot will auto-configure a `RestHighLevelClient`, which wraps any existing `RestClient` bean, reusing its HTTP configuration.
If you have the `org.elasticsearch.client:elasticsearch-rest-high-level-client` dependency on the classpath, Spring Boot will auto-configure a `RestHighLevelClient`, which leverages any existing `RestClientBuilder` bean, reusing its HTTP configuration.


[[boot-features-connecting-to-elasticsearch-reactive-rest]]
Expand Down

0 comments on commit dee3fad

Please sign in to comment.