joellubi opened a new issue, #551: URL: https://github.com/apache/iceberg-go/issues/551
### Feature Request / Improvement A common pattern to customize `http.Client` behavior is to configure the parameters of its `*http.Transport` and/or provide a custom `http.RoundTripper`. This allows consumers of the API to bring their own instrumentation, advanced configuration, etc. Currently the only way to customize this behavior is by using one of the provided `rest.options`, which requires maintaining a new option for each customization exposed. By allowing the `rest.Catalog` to be constructed with a custom `http.RoundTripper`: - Future transport options can be constructed and injected by clients, without expanding the `rest.options` - New patterns, such as those requiring custom handlers (e.g. instrumented clients), would be possible -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
