docling-project / docling-project/docling-java

Add support for custom Executor

Open
#664 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
136
Forks
26
Avg merge
1d 1h
Merged PRs (30d)
47

Description

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.

Contributor guide

Open the contributing guide

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.