Roblox / rs-consul

This crate provides access to a set of strongly typed apis to interact with consul (https://www.consul.io/)
MIT License
35 stars 23 forks source link

Add hyper_builder field to Config #33

Closed arthurprs closed 1 year ago

arthurprs commented 1 year ago

What problem are we solving?

Providing additional options to the underlying hyper client. Otherwise, things like connection pool size cannot be specified. In my case it's needed in order to work around this bug.

How are we solving the problem?

Add hyper_builder field to Config.

Checks

Please check these off before promoting the pull request to non-draft status.

kushudai commented 1 year ago

I'm happy to include this too if you could sign the CLA for this one as well :) Thank you for your contributions!

github-actions[bot] commented 1 year ago

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

arthurprs commented 1 year ago

I think the CLA is good to go (or at least the bot says so).