Skip to content

Investigate on asynchronous interface #49

Open
@DanielePalaia

Description

@DanielePalaia

Is your feature request related to a problem? Please describe.

At the moment our client is using as wrapper the the qpid-proton client for python: https://github.com/apache/qpid-proton/tree/main/python

which is not supporting asynchronous APIs

The python code has been integrated in our project and can be modified and extended (a possible asyncio integration is possible) but we would prefer not to modify the C layers underneath (both api and implementation).

We can think on a possible python asyncio integration, maybe creating separate class for this like uamqp si currently doing: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/servicebus/azure-servicebus/azure/servicebus/_pyamqp/aio/_sender_async.py

Describe the solution you'd like

Explore possible solutions

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions