Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A RestClientBuilder bean is not defined when RestHighLevelClient is unavailable #28655

Closed

Commits on Nov 13, 2021

  1. Expose RestClientBuilder when RestHighLevelClient is not available

    This commits exposes the RestClientBuilder as a bean even when the RestHighLevelClient is not available
    It allows users to create their own RestClient beans using the Spring Boot configured RestClientBuilder
    when they are not using the RestHighLevelClient.
    
    In addition to that a new ElasticsearchRestClientHealthIndicator decoupled from the RestHighLevelClient has been added
    and is used as an elasticsearch health contributor when there are no RestHighLevelClient beans.
    filiphr committed Nov 13, 2021
    Copy the full SHA
    5db6e6f View commit details
    Browse the repository at this point in the history