alamb opened a new issue, #253:
URL: https://github.com/apache/arrow-rs-object-store/issues/253

   Ported from https://github.com/influxdata/object_store_rs/issues/16 by 
@tustvold 
   
   **Problem**
   
   The S3 implementation currently has a `SemaphoreClient` that limits 
concurrent requests, this is useful beyond just S3, confuses the 
implementation, and dates from a time when ObjectStore was not object-safe.
   
   **Proposal**
   
   I would like a `LimitStore` that wraps a `<T: ObjectStore>` much like 
`ThrottledStore` and provides a configurable concurrency limit.


-- 
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]

Reply via email to