A connection may be configured to using a DNS name instead of an instance name. If the cloudSqlInstance property is
set to be a domain name instead of an instance name, the connector will look up a SRV record for that name and
connect to that instance.
There should be exactly 1 SRV for the database instance. The connector will always use the SRV record with the
highest priority.
A connection may be configured to using a DNS name instead of an instance name. If the cloudSqlInstance property is set to be a domain name instead of an instance name, the connector will look up a SRV record for that name and connect to that instance.
There should be exactly 1 SRV for the database instance. The connector will always use the SRV record with the highest priority.
Part of #2043