Is it able to decouple tokio, allow to use custom async executor?
Open
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 9.3k
- Forks
- 2.4k
- Avg merge
- 3d 7h
- Merged PRs (30d)
- 344
Description
Now datafusion deeply relies on tokio, is it able to allow user to use custom async runtime? Such as `with_executor` method of Hyper: https://docs.rs/hyper/0.14.16/hyper/server/conn/struct.Http.html#method.with_executor
Contributor guide
Research direction
Start by reviewing where DataFusion relies on Tokio and compare the requested capability with Hyper's `with_executor` method. Define the executor boundary and identify the affected APIs and tests before making changes; done means users can provide a custom async runtime without the existing Tokio coupling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data-engineering
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100