Hi all. Sorry if this very obvious question. As per documentation
The Elasticsearch Java client is forward compatible; meaning that the client supports communicating with greater or equal minor versions of Elasticsearch. Elasticsearch language clients are only backwards compatible with default distributions and without guarantees made.
As per documentation we will not be able to use java api client 7.16 with elasticsearch 7.9.2, But only elasticsearch version 7.16 or more. I just want to know whether i understood it right