-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental system properties for Netty
DnsNameResolver
Motivation: Netty recently introduced 2 more DNS config options that help to workaround known infrastructure issues: - TCP fallback on timeout; - `DnsNameResolverChannelStrategy`; Modifications: Add 2 new experimental system properties: 1. `io.servicetalk.dns.discovery.netty.experimental.tcpFallbackOnTimeout` 2. `io.servicetalk.dns.discovery.netty.experimental.datagramChannelStrategy` Result: We can test these new features without commiting to them in our public API.
- Loading branch information
1 parent
a3a4212
commit 49cd605
Showing
3 changed files
with
153 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters