Skip to content
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

Enable DNS retryOnTimeout with TCP #3063

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Enable DNS retryOnTimeout with TCP #3063

merged 1 commit into from
Feb 16, 2024

Conversation

violetagg
Copy link
Member

Add an API for configuring the resolver to fallback to TCP if a timeout is detected. By default, the resolver will only try to use TCP if the response is marked as truncated.

Fixes #3059

Add an API for configuring the resolver to fallback to TCP if a timeout is detected.
By default, the resolver will only try to use TCP if the response is marked as truncated.

Fixes #3059
@violetagg violetagg added the type/enhancement A general enhancement label Feb 16, 2024
@violetagg violetagg added this to the 1.1.17 milestone Feb 16, 2024
@violetagg violetagg requested a review from a team February 16, 2024 14:51
@violetagg
Copy link
Member Author

@reactor/netty-team PTAL

@violetagg violetagg merged commit 186c101 into main Feb 16, 2024
14 checks passed
@violetagg violetagg deleted the issue-3059 branch February 16, 2024 16:53
violetagg added a commit that referenced this pull request Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enabling DNS retryOnTimeout with TCP
2 participants