alamb opened a new issue, #7304: URL: https://github.com/apache/arrow-rs/issues/7304
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** There are cases where one would like to use a different Tokio threadpool for making object store requests. For example, see this ticket in DataFusion - https://github.com/apache/datafusion/issues/12393 Note it is now possible to use object_store without `reqwest` (and therefore potentially without tokio), however I think tokio is still important enough to warrant this feature - https://github.com/apache/arrow-rs/pull/7183 **Describe the solution you'd like** I would like some way, with an example, of making object store requests from an `async` function running on one tokio runtime (`Handle`) and execute on another **Describe alternatives you've considered** @tustvold has a proposal to do this in https://github.com/apache/arrow-rs/pull/7253, so this is the corresponding ticket explaining the rationale **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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]
