You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Use domain name from R2DBC connections when configuring the connector. (#2103)
Now, the connector will detect if the R2DBC HOST connection property contains a domain name or a
Cloud SQL instance name. If HOST has a domain name, the connector will look up the domain name to
determine the instance name.
For example, if the R2DBC url is set to r2dbc:gcp:mssql://<DB_USER>:<DB_PASS>@db.example.com/db,
the connector will lookup the TXT record for db.example.com. The record should contain a valid
Cloud SQL instance name.
Part of #2043
0 commit comments