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
Research direction
Start by tracing the output binding represented by func.Out[str] and compare its current capabilities with the ServiceBusMessage class from the separate azure-service-bus Python library. Clarify which message properties and operations should be supported, then define completion as an agreed output-binding interface that can set the required custom properties for topic subscription filters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- api, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100