oracle/oci-python-sdk

Support Async

meldsza opened this issue · 1 comments

Are there any plans to support async?

Most of the newer python frameworks have moved to leverage asyncio(eg. FastAPI). Having async support would help in cases like uploading files to object storage or managing other resources by directly calling the sdk instead of having to run the sdk code in a threadpool executor.

The Azure SDK for example as optional asyncio support for those who need it. https://learn.microsoft.com/en-us/azure/developer/python/sdk/azure-sdk-library-usage-patterns?tabs=pip#asynchronous-libraries

Hi @meldsza We do not have a plan to support Async as yet. We will analyse the need for it internally and update here in case we plan to support it in future.