enhance HBase client to issue async RPC ---------------------------------------
Key: HBASE-3938 URL: https://issues.apache.org/jira/browse/HBASE-3938 Project: HBase Issue Type: Improvement Components: ipc Reporter: dhruba borthakur Assignee: dhruba borthakur We would like our application to not use up a thread while making a hBase RPC. Instead, invoke a callback method when a RPC completes. This increases client-side parallelism without consuming application-server (hbase client) threads. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira