About This Architecture
Event-driven GCP architecture where a producer publishes to a Pub/Sub topic and a push subscription invokes a Cloud Run service that scales to zero. Failed messages route to a dead-letter topic, and Cloud Run persists results to Firestore. Ingestion, compute, and dead-letter handling are grouped.