Switch to generated AlloyDBAdminAsyncClient
over aiohttp.ClientSession
#221
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
AlloyDB has a generated package with support for an async client. Should look at switching to use it over the
aiohttp.ClientSession
that is currently being used to hit the admin API endpoints. Will want to investigate performance a bit before committing to this switch in case it degrades the performance.AlloyDB Client package: https://pypi.org/project/google-cloud-alloydb/
Generated client: https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-alloydb/google/cloud/
The text was updated successfully, but these errors were encountered: