Hi everyone,
I am trying to decide which Java client to use (its between Jest and the Elasticsearch Java Rest Client and I'd prefer to use the latter). I was comparing the supported APIs between 6.3 and 6.2 for the Elasticsearch Java Rest Client, and I noticed significant additions for 6.3.
Would there be any significant problem with using a 6.3 Java Rest Client for a 6.2 Elasticsearch Cluster?
I did take note of this page on compatibility: https://www.elastic.co/guide/en/elasticsearch/client/java-rest/master/java-rest-high-compatibility.html, but I wanted to ask here to confirm.
Thanks!