docling-project / docling-project/docling-java
Add support for custom Executor
オープン
- 主要言語
- Java
- スター
- 134
- フォーク
- 26
- 平均マージ
- 1日 1時間
- マージ済み PR(30日)
- 47
説明
Currently all the blocking API methods run on the calling thread, and the async methods run on the fork-join pool. We should allow for passing in (or building the client) with a custom `Executor` for async operations.
コントリビューションガイド
調査の方向性
まず、issue で説明されているクライアントの構築と、ブロッキング API メソッドおよび非同期 API メソッドを追跡します。Executor の設定を定義し、非同期操作がカスタム Executor を使用する一方で、ブロッキングメソッドは呼び出し元のスレッド上に留まることを検証します。両方の動作に対するテストを追加します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- api
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 55/100