Skip to content

Commit d55bc4a

Browse files
authored
Document elasticsearch-rest5-client migration details
Added information about the elasticsearch-rest5-client as a separate jar, detailing its purpose and migration from LLRC.
1 parent b3451d7 commit d55bc4a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/release-notes/9-2-0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,17 @@ try (ElasticsearchClient client = ElasticsearchClient.of(e -> e
107107
```
108108
::::
109109

110+
::::{dropdown} elasticsearch-rest5-client as seperate jar
111+
The Elasticsearch Java client historically used a "Low Level Rest Client" (LLRC) based on Apache http client version 4 to handle http communications and distribution of requests among the nodes of a cluster.
112+
113+
This directory is a port of this client to Apache http client version 5 that is mostly a drop-in replacement, except for the initialization phase.
114+
115+
It is provided as an independent library as a convenience to users who have an existing code based on LLRC and would like to migrate to the more modern Apache http 5 library.
116+
117+
https://mvnrepository.com/artifact/co.elastic.clients/elasticsearch-rest5-client
118+
119+
::::
120+
110121
## Deprecations [elasticsearch-java-client-920-deprecations]
111122

112123
Nothing was deprecated in this version of the client.

0 commit comments

Comments
 (0)