object store Extract Connection Limiting Logic out Of S3 #2175
Labels
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
help wanted
object-store
Object Store Interface
Ported from influxdata/object_store_rs#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 likeThrottledStore
and provides a configurable concurrency limit.The text was updated successfully, but these errors were encountered: