ozankabak commented on issue #3740: URL: https://github.com/apache/arrow-rs/issues/3740#issuecomment-1444379716
OK, so we will need proper `tokio` support before we can investigate thread vs. async primitives distinction w.r.t. files, so let's wait on that. For handling streaming brokers, a custom operator leveraging a socket-based approach makes sense, I will think about that. > This is true, but each put creates a new file, overwriting anything already present, which I suspect will be a problem? Right. A simple mechanism to choose between overwrite/append behaviors should be enough for @metesynnada's purposes. Everything is already async. -- 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]
