Skip to main content

Design Patterns

Design Patterns: Scatter- Gather Pattern

Posted in

 Use a Scatter-Gather that broadcasts a message to multiple recipients and re-aggregates the responses back into a single message.

 

The Scatter-Gather routes a request message to the a number of recipients. It then uses an Aggregator to collect the responses and distill them into a single response message.

 

Read More..

Syndicate content