-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Labels
Area: TransportCategory: EnhancementNew feature or requestNew feature or requestCategory: QuestionNot an issue but a question. May lead to enhancing docsNot an issue but a question. May lead to enhancing docs
Description
Description
Release notes for Elasticsearch 9.0 clients (https://www.elastic.co/docs/release-notes/elasticsearch/clients/java/9-0-0) suggest that users should move away from using the org.elasticsearch.client:elasticsearch-rest-client
low-level client, which is now considered a legacy client, and switch to the new Apache HttpClient 5-based one.
Currently, the Rest5Client
and the sniffer are both part of the elasticsearch-java
. Extracting this new client and corresponding sniffer into their own jars, while keeping them compatible with the previous major versions of Elasticsearch, would be beneficial to users who were previously relying on the low-level client.
Metadata
Metadata
Assignees
Labels
Area: TransportCategory: EnhancementNew feature or requestNew feature or requestCategory: QuestionNot an issue but a question. May lead to enhancing docsNot an issue but a question. May lead to enhancing docs