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

A2 update: Specify "_grpc_config." prefix for DNS name. #44

Merged
merged 1 commit into from
Nov 15, 2017

Conversation

markdroth
Copy link
Member

Also a couple of other updates:

  • Fix quote character used in JSON.
  • Update information on C-core implementation.

The implementation has been done in C-core as part of the c-ares DNS
resolver. We are currently working toward making the c-ares resolver
the default DNS resolver for C-core. This requires things like Windows
and node support and adding address sorting.

Choose a reason for hiding this comment

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

s/node/Node
And why node is special here? Does it use c-core?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

We are in the process of working on a native javascript implementation for Node, but the comment here refers to Node support in C-core. There are some issues related to using c-ares with Node that we still need to work on.

Copy link
Contributor

@carl-mastrangelo carl-mastrangelo left a comment

Choose a reason for hiding this comment

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

LGTM

No concerns here.

@markdroth markdroth force-pushed the service_config_dns_prefix branch 2 times, most recently from 915f5a4 to 58899db Compare November 10, 2017 20:29
Also a couple of other updates:
- Fix quote character used in JSON.
- Update information on C-core implementation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants