-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hostnames in config #861
base: main
Are you sure you want to change the base?
Hostnames in config #861
Conversation
95af7b5
to
6e81290
Compare
thanks @nikicat, this looks like a nice improvement do you have any suggestion with regards to a local setup where these changes could be tested? |
I use Docker Compose to test it locally. Actually, this setup was the cause of this PR. |
you can test it using |
This PR needs to be rebased on dev |
hey @nikicat I tested this PR and it seems like a great improvement! we had some changes to the could you do that on your |
6e81290
to
e8278e3
Compare
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Bencher
🚨 2 ALERTS: Threshold Boundary Limits exceeded!
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
Bencher
Click to view all benchmark results
Bencher - Continuous Benchmarking View Public Perf Page Docs | Repo | Chat | Help |
120b2b0
to
2e5d66b
Compare
@nikicat any status updates here? |
What update? I've rebased as @plebhash asked me and then nobody reacted, so this PR has conflicts again. |
Hey @nikicat, sorry about that. I just pulled down your branch in an attempt to fix the merge conflicts for you, but there have been some substantial changes. If you want to give it one more go based of the latest |
2e5d66b
to
1f3d83a
Compare
@rrybarczyk Hi, the PR is ready |
@nikicat I'm sorry but I just changed again the base branch into |
I tried rebasing this PR against |
This patch allows to specify hostnames in config files instead of just IP addresses. It uses
net::ToSocketAddrs
to resolve the entry in the config file and proceeds with the first resolved entry. It is useful for cases when an IP address of a peer is not known in advance like running inside Kubernetes or Docker Compose.