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 DNS NameResolver #5

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Add a DNS NameResolver #5

merged 2 commits into from
Sep 25, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Sep 23, 2024

Motivation:

Many users will rely on DNS to resolve the IP addresses of servers to connect to, we should therefore provide a DNS name resolver.

Modifications:

  • Add a DNS name resolver factory capable of resolving IP addresses
  • Add the resolver to the registry defaults

Result:

Can resolve DNS targets

Motivation:

Many users will rely on DNS to resolve the IP addresses of servers to
connect to, we should therefore provide a DNS name resolver.

Modifications:

- Add a DNS name resolver factory capable of resolving IP addresses
- Add the resolver to the registry defaults

Result:

Can resolve DNS targets
@glbrntt glbrntt added the 🆕 semver/minor Adds new public API. label Sep 23, 2024
@glbrntt glbrntt requested a review from gjcairo September 23, 2024 19:19
Copy link
Collaborator

@gjcairo gjcairo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, left a comment about isolation

@glbrntt glbrntt requested a review from gjcairo September 24, 2024 19:09
@glbrntt glbrntt enabled auto-merge (squash) September 24, 2024 19:09
@glbrntt glbrntt merged commit ba557f2 into grpc:main Sep 25, 2024
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants