criccomini commented on issue #268: URL: https://github.com/apache/arrow-rs-object-store/issues/268#issuecomment-3017551096
@alamb @tustvold We need something like this for SlateDB. Some folks are using `LocalFileSystem` with SlateDB, so rate limiting at the HTTP layer won't work for us. We need to do it at the `object_store` layer (or above). Would you be amenable to a PR that implements a `RateLimitStore` object store that wraps a store (similar to `ThrottleStore`) and implements a token bucket policy? Something like this: https://github.com/slatedb/slatedb/pull/650 -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org