# Elasticsearch and Client Version to choose

**URL:** https://discuss.elastic.co/t/elasticsearch-and-client-version-to-choose/197626
**Category:** Elasticsearch
**Created:** [September 1, 2019, 5:47pm UTC](https://discuss.elastic.co/t/elasticsearch-and-client-version-to-choose/197626 "2019-09-01T17:47:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mrjayarajj](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mrjayarajj/32/51188_2.png) [@mrjayarajj](https://discuss.elastic.co/u/mrjayarajj)
#### Post date: [September 1, 2019, 5:47pm UTC](https://discuss.elastic.co/t/elasticsearch-and-client-version-to-choose/197626/1 "2019-09-01T17:47:29Z")

</div>

We are planning to implement elastic search for our project , need expert comment on the following

which elasticsearch version to choose ? is 7.3.1 stable ? or is it better to go to two level lower version, say 7.0.1 ?  
which API to choose, TrasportClient Vs Rest High Level Client ? look like Rest High Level Client has performance issue ?  
How marshelling work with Rest High Level Client ? How it maps to java object ?  
Is it good to choose Spring data elastic search ? but it doen't have source include and source exclude ? we like Spring data elastic search because it avoid lot of boiler plat code. what version of elastic search is supported in Spring data elastic search ?

please help

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [September 1, 2019, 5:52pm UTC](https://discuss.elastic.co/t/elasticsearch-and-client-version-to-choose/197626/2 "2019-09-01T17:52:10Z")

</div>

I can answer a couple of your questions.

> [@mrjayarajj](#):
>
> which elasticsearch version to choose ? is 7.3.1 stable ? or is it better to go to two level lower version, say 7.0.1 ?

The latest version is stable and contains a lot of bug fixes and improvements that has been added since 7.0. I would always recommend going for the latest release.

> [@mrjayarajj](#):
>
> which API to choose, TrasportClient Vs Rest High Level Client ? look like Rest High Level Client has performance issue ?

The Transport client is being deprecated and will no longer be supported from Elasticsearch 8.0 onwards, so I would recommend using the High Level REST Client as it will make it a lot easier for you to upgrade down the line.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [September 29, 2019, 5:52pm UTC](https://discuss.elastic.co/t/elasticsearch-and-client-version-to-choose/197626/3 "2019-09-29T17:52:15Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
