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

Add experimental system properties for Netty DnsNameResolver #3073

Merged
merged 1 commit into from
Oct 4, 2024

Commits on Oct 2, 2024

  1. 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.
    idelpivnitskiy committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1245e12 View commit details
    Browse the repository at this point in the history