You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently DefaultReactiveElasticsearchClient customizes requests after the WebClient has created them. This must be changed so that a request customizer is passed to the created WebClient so that the WebClient calls this customizer when creating requests.
This allows code that directly works with the WebClient by using the ReactiveElasticsearchClient.execute(ReactiveElasticsearchClientCallback<T> callback) method - for example Spring Boot health check - to use the customized requests.
The text was updated successfully, but these errors were encountered:
Currently
DefaultReactiveElasticsearchClient
customizes requests after theWebClient
has created them. This must be changed so that a request customizer is passed to the createdWebClient
so that theWebClient
calls this customizer when creating requests.This allows code that directly works with the
WebClient
by using theReactiveElasticsearchClient.execute(ReactiveElasticsearchClientCallback<T> callback)
method - for example Spring Boot health check - to use the customized requests.The text was updated successfully, but these errors were encountered: