Azure / Azure/azure-functions-python-library
Service Bus Output Bindings for Topics & Using Custom Properties
- 主要言語
- Python
- スター
- 179
- フォーク
- 79
- 平均マージ
- 2日 8時間
- マージ済み PR(30日)
- 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 クラスと比較します。どのメッセージプロパティと操作をサポートすべきかを明確にし、トピックサブスクリプションフィルターに必要なカスタムプロパティを設定できる、合意された出力バインディングインターフェースを定義することを完了条件とします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- azure, python
- 領域
- api, cloud
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100