Can the subflows of groupBy depend on the keys they were generated from ?

老子叫甜甜 提交于 2019-12-05 07:54:00

The relevant Akka issue you have to look at is #20129: add Sink.dynamic and Flow.dynamic.

In the associated PR #20579 they actually implemented LazySink stuffs.

They are planning to do LazyFlow next:

Will do next lazyFlow with similar signature.

Unfortunately you have to wait for that functionality to be implemented in Akka or write it yourself (then consider a PR to Akka).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!