googleapis / gapic-generator-python

Generate Python API client libraries from Protocol Buffers.
Apache License 2.0
122 stars 69 forks source link

Leverage async credentials for async gRPC transport #2223

Open ohmayr opened 1 month ago

ohmayr commented 1 month ago

We're currently using synchronous credentials to create a channel for async gRPC transport. In fact, the create_channel function is also synchronous. Investigate if the function and the credentials passed in need to be asynchronous.