googleapis / googleapis/google-cloud-java

[java-storage] Provide native asynchronous API

未关闭
#12,651 0 条评论 30 个 reaction 已指派 0 人 在 GitHub 查看
api: storage type: feature request
主要语言
Java
星标
2.1k
派生
1.2k
平均合并
1 天 23 小时
30 天内合并 PR
154

描述

A lot of modern Java libraries have fully asynchronous APIs which use Java NIO/Netty to execute I/O and don't block a thread.
In frameworks like Node.js async I/O is the norm.

AWS has a native async API in their v2 SDK built on Netty.
For heavy I/O workloads, using an async API can improve throughput tremendously, by not blocking threads.

Please note however, that delegating API calls to another thread and continuing the work on the current thread is _not asynchronous_, since the other thread is blocked. I'm talking about fully asynchronous here.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。