microsoft / microsoft/durabletask-java

Fan-out/ Fan-in Pattern | Access output of successful tasks

未關閉
#181 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

Enhancement P2
主要語言
Java
星號
29
分支
18
平均合併
1 天 10 小時
30 天內合併 PR
2

描述

If we submit 2 tasks for execution using the fan-out/fan-in pattern. If one of these tasks fails with an exception, we can retrieve its details by catching a CompositeTaskFailedException. But what about the task that was successful? How can I access its response in the orchestrator function's code?

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

首先定位 durabletask-java 中的 fan-out/fan-in 編排程式碼,以及對 CompositeTaskFailedException 的處理。追蹤在另一個工作失敗後,成功工作的結果是否仍可存取。支援的存取路徑已確立,且如果需要變更,其行為已由適當的測試涵蓋,即視為完成。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
java
領域
backend, distributed-systems
Issue 類型
功能
難度
3/5
預估耗時
1-2 天
活躍度
停滯
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。