gapic-generator-python icon indicating copy to clipboard operation
gapic-generator-python copied to clipboard

Ensure async clients work over REST transport

Open vchudnov-g opened this issue 1 year ago • 6 comments

Async clients do not seem to work over REST transport. This may well be technical debt (deferred work) from the initial REGAPIC implementation. We need to get it working.

Related issues:

  • #1961
  • #1864
  • (googlers only) b/326291423

vchudnov-g avatar Feb 28 '24 19:02 vchudnov-g

Switching to P1 feature request as this is a new feature rather than a regression.

This is blocked by https://github.com/googleapis/google-auth-library-python/issues/613

The _aiohttp_requests module here to be made public. https://github.com/googleapis/google-auth-library-python/blob/main/google/auth/transport/_aiohttp_requests.py

parthea avatar Mar 11 '24 12:03 parthea

Also reported here: https://github.com/google-gemini/generative-ai-python/issues/499

MarkDaoust avatar Aug 08 '24 18:08 MarkDaoust