Hi Team
My application is using the Elastic Search Transport Client(6.8.23) and am trying to connect to an Elasticsearch server which is 7.17.10 version. And am getting the below exception.
Caused by: NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{NNvRVPQ1Qpan_KKOO5xRCw}{10.5.13.93:31400}]]
at org.elasticsearch.client.transport.TransportClientNodesService.execute(TransportClientNodesService.java:250)
The cluster is in green state
{
"name" : "elasticsearch-data-0",
"cluster_name" : "elasticsearch-data-cluster",
"cluster_uuid" : "Kc9N2jqyRxCZORw2VbZdPw",
"version" : {
"number" : "7.17.10",
"build_flavor" : "default",
"build_type" : "docker",
"build_hash" : "fecd68e3150eda0c307ab9a9d7557f5d5fd71349",
"build_date" : "2023-04-23T05:33:18.138275597Z",
"build_snapshot" : false,
"lucene_version" : "8.11.1",
"minimum_wire_compatibility_version" : "6.8.0",
"minimum_index_compatibility_version" : "6.0.0-beta1"
},
"tagline" : "You Know, for Search"
}```
Can someone please help to understand the issue .