When polling for DNS changes, if the DNS entry fails to resolve, the connector should log an INFO message. The connector should not close all of the connections. This will make a more graceful user experience if when DNS resolution suffers an intermittent failure.
|
c.logger.Debugf(ctx, "domain name %s for instance %s did not resolve, "+ |
When polling for DNS changes, if the DNS entry fails to resolve, the connector should log an INFO message. The connector should not close all of the connections. This will make a more graceful user experience if when DNS resolution suffers an intermittent failure.
cloud-sql-go-connector/monitored_cache.go
Line 133 in 72361f1