cloud-sql-jdbc-socket-factory
cloud-sql-jdbc-socket-factory copied to clipboard
fix: Pause connection requests after certificate expires until refresh completes.
When the application attempts to create a database connection, and the certificate or auth token has expired, pause until the certificate and token are refreshed. If the token is not refreshed before the timeout, throw an exception because the connection attempt failed.
Converting to draft until we decide to move forward.