-
Notifications
You must be signed in to change notification settings - Fork 118
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
docs: Add docs for connector configuration using DNS Names, Part of #2043 #2102
Conversation
ccbddf3
to
eee73af
Compare
1de88c8
to
d573fcb
Compare
eee73af
to
33cd243
Compare
d573fcb
to
0925bdb
Compare
27f9ca8
to
d803a79
Compare
b37c151
to
fcac01a
Compare
d803a79
to
55ca9a8
Compare
fcac01a
to
9eaa69c
Compare
3c818c1
to
556ae42
Compare
9eaa69c
to
d1758e8
Compare
`prod-db.mycompany.example.com` to connect to your database instance | ||
`my-project:region:my-instance`. You would create the following DNS record: | ||
|
||
- Record type: `TXT` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also document about A record types? Like the mapping from DNS name rto IPs?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's better left for the official Google Cloud Help docs. The connectors don't use the A record. Maybe we add a link once the feature is released.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good.
556ae42
to
a7708d2
Compare
d1758e8
to
03eaae7
Compare
03eaae7
to
47b56b9
Compare
a7708d2
to
2702b15
Compare
2702b15
to
9144235
Compare
Adds documentation to describe how to use the hostname for JDBC and R2DBC.