akka/akka-core
[Docs] Add Scatter Gather First Completed pattern under Interaction Patterns
Ouverte
#29 920 ouverte le 22 déc. 2020
1 - triagedhelp wantedt:docst:typed
Métriques du dépôt
- Stars
- (13 277 étoiles)
- Métriques de merge PR
- (Merge moyen 8j 19h) (10 PRs mergées en 30 j)
Description
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