pjfanning commented on issue #1205: URL: https://github.com/apache/pekko/issues/1205#issuecomment-2217538499
@mdedetrich would you have time to review the Pekko 1.1 migration docs? Would it make sense to suggest that the SupervisionStrategy should be be defined after the concatSubstreams call (if any)? https://pekko.apache.org/docs/pekko/1.1/migration/migration-guide-1.0.x-1.1.x.html ``` .splitWhen(_.isLeft) .prefixAndTail(1) .map { /*...snip...*/ } .concatSubstreams .withAttributes(ActorAttributes.supervisionStrategy(Supervision.resumingDecider)) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org