Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
org.hbase:asynchbase
Advanced tools
An alternative HBase client library for applications requiring fully asynchronous, non-blocking and thread-safe HBase connectivity.
This is an alternative Java library to use HBase in applications that require a fully asynchronous, non-blocking, thread-safe, high-performance HBase API.
This HBase client differs significantly from HBase's client (HTable). Switching to it is not easy as it requires to rewrite all the code that was interacting with any HBase API. This pays off in applications that are asynchronous by nature or that want to use several threads to interact efficiently with HBase.
Documentation can be found under http://opentsdb.github.io/asynchbase/
Please read the Javadoc starting from the HBaseClient class. This class replaces all your HTable instances. Unlike HTable, you should have only one instance of HBaseClient in your application, regardless of the number of tables or threads you want to use. The Javadoc also spells out rules you have to follow in order to use the API properly in a multi-threaded application.
The GitHub repo branches are laid out as follows:
maintenance
: This
was the last stable version of AsyncHBase and should only have bug fix PRs
created against it. Bugs should also be patched in master and next.
master
: This is the
current stable version of AsyncHBase and should only have bug fix PRs created
against it. Bug should also be patched in the next branch.
next
: This is the
development version of AsyncHBase and all new features or API changes should
be written against this.
FAQs
An alternative HBase client library for applications requiring fully asynchronous, non-blocking and thread-safe HBase connectivity.
We found that org.hbase:asynchbase demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.