-
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
I switched the resolver to lua-resty-dns-client, 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? #3719
Labels
enhancement
New feature or request
Comments
Maybe we can patch the cosocket: https://github.com/Kong/kong/blob/23ffc3cfe98bb3c13d44653f3c3adcfc392779ae/kong/globalpatches.lua#L339 |
I think this can also be used as a reference:
https://www.kancloud.cn/kancloud/openresty-best-practices/50474 |
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Apr 23, 2021
Fix apache#3719 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
4 tasks
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Apr 23, 2021
Fix apache#3719 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Apr 23, 2021
Fix apache#3719 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
spacewander
added a commit
to spacewander/incubator-apisix
that referenced
this issue
Apr 23, 2021
Fix apache#3719 Signed-off-by: spacewander <spacewanderlzx@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I switched the resolver to lua-resty-dns-client, 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?
Originally posted by @ShaoZeMing in #3442 (comment)
The text was updated successfully, but these errors were encountered: