Microservices - Advanced Patterns
Given this pseudocode for an Outbox pattern implementation, what will be the output if the transaction fails?
begin transaction write data change write event to outbox commit transaction publish event from outbox
