I have a GAE instance which needs to read and write to BigTable. I am using Java7 and moving to Java8 is not an option(unless its unavoidable).
I am not able to find any BigTable Java client SDK for Java7 in the documentation. Which BigTable Java Client SDK should I use which will work with Java7?
Here is my research:
I took a look at the docs and the existing options are the HBase Client APIs which require Java8 - https://cloud.google.com/bigtable/docs/samples-java-appengine-standard . As I mentioned, I would like to avoid moving to Java8 if possible.