Kafka - Event-Driven Architecture
Given this event orchestration flow:
What will happen if 'PaymentService' fails?
Orchestrator listens to 'OrderPlaced' event
Then triggers 'PaymentService'
After payment success, triggers 'ShippingService'
What will happen if 'PaymentService' fails?
