-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat: switch resolver to lua-resty-dns-client #3442
Conversation
e33c5fb
to
60ad587
Compare
Hey, thanks for taking care of this DNS issue. I've been bitten by this as well in a K8s environment where I want to refer to services just by their name w/o the full domain part which is environment-specific. Let me know in case I can help with anything. Otherwise, looking forward to seeing this merged to master. +1 |
89d4050
to
a6e4248
Compare
We are planning to release 2.3, so this PR will be merged later. There will be more DNS relative new features in the coming 2.4 version. |
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
a6e4248
to
30b9a8f
Compare
good, got it. |
I found a problem. At present, after using this dns client, upstream services can implement dns search, but in plugins, when resty.http is used to generate requests, dns search cannot be implemented. Is there a way to deal with this? |
@ShaoZeMing Welcome to create a new journal to discuss your questions. This PR has been merged, which means it is complete. |
Fix #2532
Signed-off-by: spacewander spacewanderlzx@gmail.com
What this PR does / why we need it:
Pre-submission checklist: