[
https://issues.apache.org/jira/browse/HBASE-9977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824003#comment-13824003
]
Elliott Clark commented on HBASE-9977:
--------------------------------------
I feel pretty strongly that an async underlying client is the only way that we
can have a single client have good performance as the number of regionservers
in a cluster comes up. So I propose:
* An async C++ client
* An async C client built using the async C++ client
* An sync C client built using the async C++ client
I think with those things we get everything that is needed with the least
amount of code duplication.
> Define C interface of HBase Client Asynchronous APIs
> ----------------------------------------------------
>
> Key: HBASE-9977
> URL: https://issues.apache.org/jira/browse/HBASE-9977
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Reporter: Elliott Clark
> Assignee: Elliott Clark
>
--
This message was sent by Atlassian JIRA
(v6.1#6144)