What is Dispatcher and Performer?
What is Dispatcher and Performer?
Dispatcher and Performer (Worker) will be the two separate robot or sometimes it
can be one. Dispatcher would be the robot that will add the transaction
into queue. Performer will retrieve on item from the queue and process them.
____________________________________________
Dispatcher
· The Dispatcher is a process to push the transaction item to an
orchestrator queue.
· It extracts data from one or multiple sources and uses it
to create queue item.
· Dispatcher can push the transaction item to one or more queues.
· We can split the processing of the item between multiple
robots.
____________________________________________
Comments
Post a Comment