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.63k stars 2.84k forks source link

[ServiceBus] Transaction support #16138

Closed yunhaoling closed 8 months ago

yunhaoling commented 3 years ago

Background

Task

Concerns

links: http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transactions-v1.0-os.html#toc https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-transactions

minghuaw commented 1 year ago

Hi, I am currently in the middle of implementing the rust sdk and researching how transaction is implemented in other sdk. Is there more public resource regarding the Service Bus transactions? More specifically, how is AMQP 1.0 transaction utilized for request-response operations on the management link?

For example, the renew-lock operation will definitely use a request-response over the management link, but the management protocol working draft doesn't really define the transaction behavior for management links.

Waizik commented 1 year ago

Hello is there currently a way how to achieve cross-entity transaction behavior in python before this will be done? I can see the auto-forward support task is closed but could not find any information about it in python SDK documentation.

https://github.com/Azure/azure-sdk-for-python/issues/4249

github-actions[bot] commented 8 months ago

Hi @yunhaoling, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.