MCD-LEVEL-1 · Question #43
Refer to the exhibits. end of the flow? A) B) C) D)
The correct answer is D. Option D. Scatter-Gather Router The Scatter-Gather component is a routing event processor that processes a Mule event through different parallel processing routes that contain different event processors. Each route receives a routes uses a separate thread to execute the event processors…
Question
Refer to the exhibits. end of the flow? A) B) C) D)
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(30 responses)- A10% (3)
- B3% (1)
- C17% (5)
- D70% (21)
Explanation
Scatter-Gather Router The Scatter-Gather component is a routing event processor that processes a Mule event through different parallel processing routes that contain different event processors. Each route receives a routes uses a separate thread to execute the event processors, and the resulting Mule event can be either the same Mule event without modifications or a new Mule event with its own payload, attributes, and variables. The Scatter-Gather component then combines the Mule events returned by each processing route into a new Mule event that is passed to the next event processor only after every route completes successfully. The Scatter-Gather component executes each route in parallel, not sequentially. Parallel execution of routes can greatly increase the efficiency of your Mule application and may provide more information than sequential processing. Mule Ref Doc : https://docs.mulesoft.com/mule-runtime/4.3/scatter-gather-concept
Topics
Community Discussion
No community discussion yet for this question.
