stream: add CancellationStrategy attribute to configure default stage cancellation behaviors

This commit is contained in:
Johannes Rudolph 2019-08-29 14:21:18 +02:00
parent eb1236419d
commit 7e6f351138
No known key found for this signature in database
GPG key ID: 52AF1C9ABD77E6E5
6 changed files with 475 additions and 14 deletions

View file

@ -750,6 +750,7 @@ private final case class SavedIslandData(
val boundary = new ActorOutputBoundary(shell, out.toString)
logics.add(boundary)
boundary.stageId = logics.size() - 1
boundary.attributes = logic.attributes
val connection = outConn()
boundary.portToConn(boundary.in.id) = connection