Azure / Azure/azure-functions-python-library

Service Bus Output Bindings for Topics & Using Custom Properties

未关闭
#281 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
179
派生
79
平均合并
2 天 8 小时
30 天内合并 PR
2

描述

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?

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先跟踪由 func.Out[str] 表示的输出绑定,并将其当前功能与独立 azure-service-bus Python 库中的 ServiceBusMessage 类进行比较。明确应支持哪些消息属性和操作,然后将完成定义为一个达成共识的输出绑定接口,该接口能够设置 topic 订阅筛选器所需的自定义属性。

由索引模型根据 Issue 内容生成。

评估

技术栈
azure, python
领域
api, cloud
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
30/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。