You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(event_producer): wire up main application and infrastructure (#2130)
Connects all the adapters and logic components in the `event_producer`
main entry point (`cmd/job/main.go`). This enables the worker to:
1. Subscribe to ingestion events (search refresh requests).
2. Subscribe to batch update triggers (fan-out requests).
3. Publish notifications to the downstream topic.
4. Interact with Spanner (metadata) and GCS (blobs).
Infrastructure updates:
- Updated `setup_pubsub.sh` to create Dead Letter Queues (DLQs) for
ingestion, notification, and delivery topics, providing robust error handling.
- Updated `DEVELOPMENT.md` with the correct local Pub/Sub port.
- Updated `pod.yaml` with necessary environment variables for the new subscriptions.
0 commit comments