Hi, I am planning to implement the REST API to query my HBase tables in production. The documentation mentions that the stargate api is not production ready. What are the major issues in the REST api that would make it a risk to use it on production?
Secondly, I am getting base64 encoded values when I use REST. Is there any other encoding possible? Decoding base64 on client side will be a big effort for me. Is there a way I can get it in a non-encoded way? Thanks, Hari
