Skip to content

Replace AsyncHBaseClient with HBase 2 client libraries #2295

@stoty

Description

@stoty

AsyncHBaseClient reimplements the HBase 1.x wire protocol to provide asynchronous interface.

HBase provides an asynchronous API since 2.0.
It has also added a lot features like encryption and alternate registries that simply do not work with AsyncHBaseClient.

Using the official client libraries would improve compatibility with HBase, and remove the need to maintain a separate client implementation.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions