A developer wants to use the Dispatcher and Performer architecture.
What describes the characteristics of a Dispatcher and a Performer process?
A developer wants to use the Dispatcher and Performer architecture.
What describes the characteristics of a Dispatcher and a Performer process?
In the Dispatcher and Performer architecture, the Dispatcher is responsible for adding Queue Items to an Orchestrator Queue, which involves collecting or generating the data that needs to be processed. The Performer, on the other hand, is responsible for processing these Queue Items, and it is recommended to create the Performer using the Robotic Enterprise Framework (REFramework) for easier standardization and maintainability.
Correct answer is B not A because a performer can be created without using Reframework
Go with 'A'
The correct answer is A !
Sure A
Answer is C