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 a RemoteInvokerOption that configures the allowed inet protocol families for DNS lookup #215

Closed
trustin opened this issue Aug 3, 2016 · 2 comments
Assignees

Comments

@trustin
Copy link
Member

trustin commented Aug 3, 2016

In some environment, there's no point of retrieving IPv6 addresses from a DNS lookup, because a connection attempt will fail anyway. Let's add a RemoteInvokerOption that allows a user to override this setting, although we should respect Netty's default if not overridden.

@trustin trustin added this to the 0.20.3.Final milestone Aug 3, 2016
@trustin trustin self-assigned this Aug 3, 2016
@trustin
Copy link
Member Author

trustin commented Aug 3, 2016

/cc @kojilin

@trustin trustin removed this from the 0.20.3.Final milestone Aug 9, 2016
@trustin
Copy link
Member Author

trustin commented Aug 9, 2016

Actually, a user can customize the resolver using RemoteInvokerOption.ADDRESS_RESOLVER_GROUP. The actual problem was #222 and #223

@trustin trustin closed this as completed Aug 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant