include initialAttributes of GraphStage, #22463
* these must also be included via setAttributes because because it will create island for async (dispatcher attribute) * better actor name of GraphStageIsland, we need it in tests for lookup of the actor * this unlocks OutputStreamSourceSpec and InputStreamSinkSpec
This commit is contained in:
parent
d5e117bfc9
commit
1a74b43cd6
8 changed files with 49 additions and 31 deletions
|
|
@ -13,7 +13,7 @@ import akka.stream._
|
|||
import akka.stream.impl.fusing.GraphInterpreterShell
|
||||
|
||||
import scala.concurrent.duration.FiniteDuration
|
||||
import scala.concurrent.{Await, ExecutionContextExecutor}
|
||||
import scala.concurrent.{ Await, ExecutionContextExecutor }
|
||||
|
||||
/**
|
||||
* ExtendedActorMaterializer used by subtypes which materializer using GraphInterpreterShell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue