Microservices - Event-Driven Architecture
Given the following event log stored as tuples (timestamp, event):
What is the correct order of events during replay?
[(1, 'create'), (3, 'update'), (2, 'update'), (4, 'delete')]What is the correct order of events during replay?
