Setting the file. One moment.
Subchapter 114.35
use-cases/high-volume-meeting-platform.mdMarkdown2 KBView on GitHub
Design a distributed system that creates large numbers of meetings and keeps meeting state accurate under retries, webhook delay, and partial outages.
References
App TypesAPI Gateway
-> Command Service
-> Idempotency Store
-> Token Broker
-> Zoom REST API
-> Outbox / Queue
Webhook Ingress
-> Signature Verification
-> Durable Queue
-> Projection Workers
-> Meeting State Store
Recovery
-> Retry Workers
-> Reconciliation Poller
-> DLQ Replay429 / 5xx from Zoom REST API -> retry with jitter, then queue for delayed retry.Use this pattern when: