Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
335 stars 103 forks source link

[Feature Request] autocomplete=false for python runtime #1291

Open jsquire opened 1 year ago

jsquire commented 1 year ago

Issue Transfer

This issue has been transferred from the Azure SDK for .NET repository, #27975.

Please be aware that @zargaryanlilit is the author of the original issue and include them for any questions or replies.

Details

As described in the documentation here we don't have the ability to set autocomplete false for servicebus triggered functions (python runtime). Furthermore, there is no way to manage the lifetime of the message (deadletter or abandon the message) as the received message object is of type ServiceBusMessage. Having this feature will give as more flexibility while continuing to rely on servicebus binding.

jsquire commented 1 year ago

Depends on: #37818.

sudharsan2020 commented 7 months ago

@jsquire Can you please confirm the status of the request? This is very critical for our business applications running on Service bus trigger Python SDK.Thanks

jsquire commented 7 months ago

@sudharsan2020 : I have no insight into the status or plans. You'd need to ask the assigned engineer, @YunchuWang.

sudharsan2020 commented 6 months ago

@YunchuWang Do you've any plans to release this feature shortly? Please let me know.