Muon opened a new issue, #680: URL: https://github.com/apache/arrow-rs-object-store/issues/680
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Our long-lived connections to GCS occasionally hang without GCS closing them. We're streaming lots of data so we'd like to be able to put a harder deadline on receiving that data. **Describe the solution you'd like** `reqwest` has a `read_timeout` option which allows putting a timeout on data reads. I would like it to be exposed. **Describe alternatives you've considered** Implementing read timeouts ourselves. This would probably work but would be more error prone because we would need to track timeouts at request time and data stream time separately, whereas putting it in at a lower layer catches all slow reads at the source. **Additional context** I'm putting up a PR for this immediately after posting this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
