Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.64k stars 2.84k forks source link

[AMQP Python] Enabling switching between uamqp and pyamqp in EventHub #21246

Closed yunhaoling closed 2 years ago

yunhaoling commented 3 years ago

in the EH we want to preview with pure python amqp, we should provide a keyword argument to allow users toggle between uamqp and pyamqp as the underlying networking implementation.

background:

provide a way for users to switch between uamqp and pyamqp implementation in the azure-eventhub sdk

scope

4/27 Tasks:

yunhaoling commented 2 years ago

check removing uamqp dependency whether breaking?

swathipil commented 2 years ago

Notes for updating pyamqp API surface for uamqp switch: