akka/akka-core

watchWith and failure

Open

#26,296 opened on Jan 28, 2019

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantednice-to-have (low-prio)t:typed

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

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

Contributor guide