tustvold commented on PR #513: URL: https://github.com/apache/arrow-rs-object-store/pull/513#issuecomment-3419901695
The bummer with that is BackoffConfig and RetryConfig are not marked as non_exhaustive, and so that would have to wait for the next major release... Really they should have been opaque structs but what's done is done... One option might be to introduce a new `RetryStrategy` struct that is opaque and deprecate `RetryConfig` :thinking: -- 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]
