docling-project / docling-project/docling-java
Add support for custom Executor
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 134
- Forks
- 26
- Ø Merge
- 12 Std. 25 Min.
- Gemergte PRs (30 T.)
- 45
Beschreibung
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.
Beitragsleitfaden
Rechercherichtung
Start by tracing the client construction and the blocking and asynchronous API methods described in the issue. Define the executor configuration and verify that asynchronous operations use the custom Executor while blocking methods remain on the calling thread; add tests for both behaviors.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- java
- Bereich
- api
- Issue-Typ
- Feature
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Aktiv
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 55/100