Skip to content
_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN DE
Let's talk

Google Cloud Pub/Sub — Messaging

24. 10. 2023 Updated: 24. 03. 2026 1 min read intermediate
This article was published in 2023. Some information may be outdated.

Cloud Intermediate

Google Cloud Pub/Sub — Messaging

GCPPub/SubMessagingStreaming 5 min read

Pub/Sub topics, subscriptions, exactly-once delivery and BigQuery export.

Basics

gcloud pubsub topics create orders
gcloud pubsub subscriptions create order-processor \
  --topic=orders --ack-deadline=60 \
  --enable-exactly-once-delivery \
  --dead-letter-topic=orders-dlq --max-delivery-attempts=5

Push vs Pull

  • Pull — subscriber pulls messages, controls throughput
  • Push — HTTP POST to endpoint, ideal for Cloud Run/Functions

BigQuery Subscription

gcloud pubsub subscriptions create bq-export \
  --topic=orders --bigquery-table=proj:dataset.orders \
  --use-topic-schema --write-metadata

Zero-code streaming to data warehouse.

Summary

Pub/Sub = fully managed messaging with global reach. Exactly-once + BQ subscription = strong foundation.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS team

We build core systems and AI agents that keep operations running. 15 years of experience with enterprise IT.