Detecting client/server compatibility

Is there a way to query an ElasticSearch instance with a Java client and determine if they are compatible versions of the client and server? We need to be able to deliver bundles that are tailored to specific versions and can't just tell users to drop a new version of the client lib that exactly matches their version. We'd like to detect compatibility range on the REST API if possible and raise an exception that clues the user in if they're a mismatch.

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