In a distributed environment, events can be processed concurrently on different servers to scale/improve the performance. The concurrent processing of events could break the order of the events. Sequencer maintains the order of the events to enable concurrent and distributed processing of events on multiple servers. Sequencing Service enforces the temporal relationship between related, yet distributed, events/messages. |