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

Avoid deprecated nameResolverFactory #1092

Open
raboof opened this issue Aug 10, 2020 · 1 comment
Open

Avoid deprecated nameResolverFactory #1092

raboof opened this issue Aug 10, 2020 · 1 comment

Comments

@raboof
Copy link
Member

raboof commented Aug 10, 2020

Since grpc-java 1.31.0, the specifying a nameResolverFactory per ClientChannel is deprecated.

Instead, we should register a global NameResolverProvider, and encode enough of the configuration into the target URI so that this provider can correctly invoke Akka Discovery.

@fredfp
Copy link
Contributor

fredfp commented Sep 1, 2020

It might be worth considering #1109 when working on this

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

2 participants