kdn36 opened a new pull request, #728:
URL: https://github.com/apache/arrow-rs-object-store/pull/728

   # Which issue does this PR close?
   
   Mitigates but does not close #726.
   
   # Rationale for this change
    
   This PR enables users of object_store to provide a custom DNS resolver. Use 
case: the custom DNS resolver may have different properties (e.g., caching), 
and a different footprint (e.g., substantially smaller) than the default 
options.
   
   # What changes are included in this PR?
   
   Enables override of the DNS resolver as used by the `reqwest::HttpClient`.
   
   # Are there any user-facing changes?
   
   Yes. This PR adds `ClientOptions::with_dns_resolver(Arc<dyn 
reqwest::dns::Resolve>)`.
   


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