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

api: add support for SocketAddress types in ManagedChannelProvider #9076

Merged
merged 3 commits into from Apr 22, 2022

Conversation

sanjaypujare
Copy link
Contributor

also add support for SocketAddress types in NameResolverProvider
Use scheme in target URI to select a NameRseolverProvider and get
that provider's supported SocketAddress types.
implement selection in ManagedChannelRegistry of appropriate
ManagedChannelProvider based on NameResolver's SocketAddress types

fixes #3085

also add support for SocketAddress types in NameResolverProvider
Use scheme in target URI to select a NameRseolverProvider and get
that provider's supported SocketAddress types.
implement selection in ManagedChannelRegistry of appropriate
ManagedChannelProvider based on NameResolver's SocketAddress types
@sanjaypujare
Copy link
Contributor Author

@ejona86 addressed all the comments. Thanks

@sanjaypujare sanjaypujare merged commit 538db03 into grpc:master Apr 22, 2022
@sanjaypujare sanjaypujare deleted the udf-change branch April 22, 2022 16:10
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow choosing the ManagedChannelProvider based on the NameResolver
2 participants