akka/akka-core

watchWith and failure

オープン

#26,296 opened on 2019/01/28

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)Scala (3,547 件のフォーク)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:typed

Repository metrics

Stars
 (13,277 個のスター)
PR merge metrics
 (平均マージ 8d 19h) (30d で 10 merged PRs)

説明

My understanding is that the new ChildFailed signal will be generated when using watch. However, when using watchWith there is still no ability to discern between normal and abnormal child termination. Given,"The primary purpose of watchWith is to translate the termination signal into the message protocol of the watching actors (without using signals).", watchWith appears to be falling short on this goal.

Related: https://github.com/akka/akka/issues/25803#issuecomment-458111910

コントリビューターガイド