googleapis / googleapis/google-cloud-java

[java-storage] Provide native asynchronous API

オープン
#12,651 コメント 0 件 リアクション 30 件 担当者 0 名 GitHub で見る
api: storage type: feature request
主要言語
Java
スター
2.1k
フォーク
1.2k
平均マージ
1日 23時間
マージ済み PR(30日)
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 を短くまとめたダイジェスト。