Skip to content

Publish the new Apache HttpClient 5 based low level client seperatly #1064

@marko-bekhta

Description

@marko-bekhta

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions