akka/akka-core

[Docs] Add Scatter Gather First Completed pattern under Interaction Patterns

開放

#29,920 建立於 2020年12月22日

 (0 則留言) (1 個反應) (0 位負責人)Scala (3,547 個分叉)batch import
1 - triagedhelp wantedt:docst:typed

倉庫指標

星標
 (13,277 顆星)
PR 合併指標
 (平均合併 8天 19小時) (30 天內合併 10 個 PR)

描述

Add some explanation and example code on how to achieve Scatter Gather First Completed under https://doc.akka.io/docs/akka/current/typed/interaction-patterns.html

Scatter Gather First Completed delivers a message to multiple actors, waits for the first reply, and then sends it to the original requestor. Other replies are ignored. See also: https://doc.akka.io/docs/akka/current/routing.html#scattergatherfirstcompletedpool-and-scattergatherfirstcompletedgroup

貢獻者指南