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

Allow customization of the used ElasticsearchTransport. #2702

Closed
sothawo opened this issue Sep 17, 2023 · 0 comments · Fixed by #2703
Closed

Allow customization of the used ElasticsearchTransport. #2702

sothawo opened this issue Sep 17, 2023 · 0 comments · Fixed by #2703
Assignees
Labels
type: enhancement A general enhancement

Comments

@sothawo
Copy link
Collaborator

sothawo commented Sep 17, 2023

The Elasticsearch Java client library has the possibility to exchange its own implementation of the ElasticsearchTransport interface with a custom implementation provided by the user (implemented in elastic/elasticsearch-java#584).

Spring Data Elasticsearch should expose this possibility in its configuration class so that by default the implementation provided by Elasticsearch is used, but can be replaced by a user provided one.

#2604 addresses this topic on the lower level of the used http client. The point of this issue is add the possibility to replace the transport implementation, not to provide such implementations for different http client libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
1 participant