akka/akka-core

Adding askUnordered to streams?

オープン

#25,381 opened on 2018/07/22

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (3,547 件のフォーク)batch import
1 - triagedhelp wantedt:stream

Repository metrics

Stars
 (13,277 個のスター)
PR merge metrics
 (平均マージ 8d 19h) (30d で 10 merged PRs)

説明

I saw some discussion about askUnordered by @ktoso and @patriknw in #24325. Is there still some prospect to add to streams API or is this ruled out? I'd be happy to make a PR.

I have a (perhaps unusual) use-case where I specifically want my actor to process messages out-of-order. Its mailbox implements a first-in-random-out queue. This is for a Monte Carlo scheme.

Thanks in advance.

コントリビューターガイド