Azure / Azure/azure-functions-python-library
Service Bus Output Bindings for Topics & Using Custom Properties
- Dominant language
- Python
- Stars
- 179
- Forks
- 79
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 2
Description
When sending messages via output binding for Service Bus Messages to Topics, the output parameter is of type "func.Out[str]" and only supports .set(val:str) and does not presently support setting ServiceBusMessage custom properties that would be useful when utilizing Topic Subscription filters, in particular.
Is there any plan to expand the output binding variables to support more than just string for Service Bus Messages? Sequence number, custom enqueuing time, other operations supported by the separate azure-service-bus Python library's ServiceBusMessage class?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.