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

[Service Bus & AMQP] investigate delivery disposition (message settlement) result #20576

Closed yunhaoling closed 8 months ago

yunhaoling commented 3 years ago

Background

This is spawned from the issue: https://github.com/Azure/azure-sdk-for-python/issues/20086

currently the uamqp doesn't support getting the result of a disposition. In ServiceBus, they're message settlement operations: complete/defer/abandon/deadletter. client is always assuming that the message is handled properly which might lead to message lost/re-delivery.

Scopes

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.