You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Netty 4.1 allows using unresolved socket addresses so netty can perform non-blocking DNS resolution. ClientResources should default to netty DNS resolution (via DnsResolver) if netty 4.1 is in use.
The text was updated successfully, but these errors were encountered:
Lettuce now defaults to netty's DNS resolution upon connect when using netty 4.1. DnsResolver returns an empty array of addresses to signal an unresolved address. Netty performs a non-blocking DNS lookup.
Lettuce now defaults to netty's DNS resolution upon connect when using netty 4.1. DnsResolver returns an empty array of addresses to signal an unresolved address. Netty performs a non-blocking DNS lookup.
Netty 4.1 allows using unresolved socket addresses so netty can perform non-blocking DNS resolution.
ClientResources
should default to netty DNS resolution (viaDnsResolver
) if netty 4.1 is in use.The text was updated successfully, but these errors were encountered: