- [Enhancement] Support for asynchronous access to HBase (via AsyncConnection, AsyncTable, AsyncAdmin etc.) -- You get a
CompletableFuture
of result of your action, instead of blocking the thread. - [Change] Upgrade to HBase v2.2
CompletableFuture
of result of your action, instead of blocking the thread.