标签: akka-stream
我要求从数据库或文本文件动态加载graph DSL流量。 因此,不要对下面的流进行硬编码,而是从商店加载DSL
graph DSL
in
~> f1 ~> bcast ~> f2 ~> merge ~> f3 ~> out bcast ~> f4 ~> merge
如何以编程方式加载GraphDSL流程?