• Brian Clozel's avatar
    Auto-configure Elasticsearch REST clients · 84c9a65e
    Brian Clozel authored
    This commit adds auto-configuration support for both `RestClient` and
    `RestHighLevelClient` which are provided by `elasticsearch-rest-client`
    and `elasticsearch-rest-high-level-client` dependencies respectively.
    
    `RestClient` is associated with configuration properties in the
    `spring.elasticsearch.rest.*` namespace, since this is the component
    taking care of HTTP communication with the actual Elasticsearch node.
    
    `RestHighLevelClient` wraps the first one and naturally inherits that
    configuration.
    
    Closes gh-12600
    84c9a65e
Name
Last commit
Last update
..
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-actuator-autoconfigure Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-devtools Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-properties-migrator Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-test Loading commit data...
spring-boot-test-autoconfigure Loading commit data...
spring-boot-tools Loading commit data...
pom.xml Loading commit data...