[Ruby] Improve non-blocking I/O for Flight client?
Open
Component: Ruby
Type: enhancement
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
I'm trying to do multiple Flight DoGet requests in parallel Ruby Threads/Fibers and observe that `ArrowFlight::Client#do_get` doesn't yield to another Thread/Fiber until the first Arrow Record (RecordBatch) is received.
Is it possible to yield more frequently, such as:
* Right after sending the request ticket?
* After each chunk in the Record (RecordBatch)?
### Component(s)
Ruby
Contributor guide
Assessment
This issue has not been assessed yet.