aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
aster.cloud aster.cloud
  • /
  • Platforms
    • Public Cloud
    • On-Premise
    • Hybrid Cloud
    • Data
  • Architecture
    • Design
    • Solutions
    • Enterprise
  • Engineering
    • Automation
    • Software Engineering
    • Project Management
    • DevOps
  • Programming
    • Learning
  • Tools
  • About
  • Data
  • Engineering

Cross-Region And Cross-Project Event Routing With Eventarc And Pub/Sub

  • aster.cloud
  • December 16, 2021
  • 3 minute read

With event-driven architectures, it’s quite common to read events from a source in one region or project and route them to a destination in another region or another project. Let’s take a look at how you can implement cross-region and cross-project event routing in Google Cloud.

Cross-region event routing is straightforward in Google Cloud, whether you’re using Pub/Sub directly or Eventarc. Pub/Sub routes messages globally. When applications hosted in any region publish messages to a topic, subscribers from any region can pull from that topic. Eventarc enables you to route events across regions by creating a trigger in the region of the event’s source and specifying a destination in a different region. For more details, take a look at my previous blog post on Eventarc locations.


Partner with aster.cloud
for your next big idea.
Let us know here.



From our partners:

CITI.IO :: Business. Institutions. Society. Global Political Economy.
CYBERPOGO.COM :: For the Arts, Sciences, and Technology.
DADAHACKS.COM :: Parenting For The Rest Of Us.
ZEDISTA.COM :: Entertainment. Sports. Culture. Escape.
TAKUMAKU.COM :: For The Hearth And Home.
ASTER.CLOUD :: From The Cloud And Beyond.
LIWAIWAI.COM :: Intelligence, Inside and Outside.
GLOBALCLOUDPLATFORMS.COM :: For The World's Computing Needs.
FIREGULAMAN.COM :: For The Fire In The Belly Of The Coder.
ASTERCASTER.COM :: Supra Astra. Beyond The Stars.
BARTDAY.COM :: Prosperity For Everyone.

Cross-project event routing is also a non-issue in Pub/Sub. You can create a topic in one project and publish to that topic from another project. With Eventarc, on the other hand, you can only route events in a single project. However, it’s possible to deliver events across projects in Eventarc by using Pub/Sub as the cross-project transport and Eventarc as the in-project transport.

To recap, Eventarc has three trigger types: Pub/Sub triggers, Cloud Storage triggers, and Cloud Audit Logs triggers to route corresponding events to Cloud Run. Let’s look at how to route each event type across two projects with Eventarc.

Pub/Sub

To route Pub/Sub messages across projects with Eventarc, you need to set up the Pub/Sub topic in the destination project and connect that topic to a Cloud Run service with a Pub/Sub trigger.  Then, external services or users in a source project can publish to that topic directly.

Read More  Google Cloud Joins Linux Foundation Networking At Platinum Level

 

In this approach, Pub/Sub is used for cross-project transport and Eventarc is used for in-project transport.

Cloud Storage

Building on the same idea, you can route Cloud Storage events across projects with Pub/Sub in the middle. As before, you create a Pub/Sub topic and connect to a Cloud Run service with Eventarc in the destination project. Then, use the Pub/Sub notifications for Cloud Storage feature to set up object notifications from the bucket in the source project to the Pub/Sub topic in the destination project:

gsutil notification create -t projects/$PROJECT2/topics/$TOPIC -f json gs://$BUCKET

The setup is similar to the preceding example with Pub/Sub being used for cross-project transport.

 

Cloud Audit Logs

Cloud Audit Logs enables you to access 100+ services as event sources in Eventarc. With the logging sinks feature, you can route Audit Logs entries to a Pub/Sub topic in another project. In this setup, you still have a Pub/Sub topic in the destination project and configure the type of log entries to send to that topic from the source project.

 

 

For example, say you want to route new Compute Engine VM creation events that have log entries in the following format:

 

{
  "protoPayload": {
    "@type": "type.googleapis.com/google.cloud.audit.AuditLog",
    "serviceName": "compute.googleapis.com",
    "methodName": "beta.compute.instances.insert",
 ...
}

 

You can create a logging sink to capture those log entries and route them to the Pub/Sub topic in your destination project:

 

gcloud logging sinks create cross-project-sink \
  pubsub.googleapis.com/projects/$PROJECT2/topics/$TOPIC \
  --log-filter='protoPayload.methodName="beta.compute.instances.insert"'

 

Conclusion

Cross-region event routing is simple due to Google Cloud’s inherently global network. Cross-project event routing is also straightforward due to Pub/Sub’s global nature. While Eventarc does not provide cross-project event routing out of the box, you can take advantage of Pub/Sub as the cross-project transport medium.

Read More  Flipkart Enters Strategic Alliance With Google Cloud To Advance Innovation In A Digital-First Future

Check out our cross-project eventing tutorial on GitHub for more setup details and feel free to reach out to me on Twitter @meteatamel for any questions or feedback.

 

By: Mete Atamel (Developer Advocate)
Source: Google Cloud Blog


For enquiries, product placements, sponsorships, and collaborations, connect with us at [email protected]. We'd love to hear from you!

Our humans need coffee too! Your support is highly appreciated, thank you!

aster.cloud

Related Topics
  • Cloud Audit Logs
  • Cloud Storage
  • Eventarc
  • Google Cloud
  • Pub/Sub
You May Also Like
View Post
  • Engineering
  • Technology

Apple supercharges its tools and technologies for developers to foster creativity, innovation, and design

  • June 9, 2025
View Post
  • Engineering

Just make it scale: An Aurora DSQL story

  • May 29, 2025
Getting things done makes her feel amazing
View Post
  • Computing
  • Data
  • Featured
  • Learning
  • Tech
  • Technology

Nurturing Minds in the Digital Revolution

  • April 25, 2025
View Post
  • Engineering
  • Technology

Guide: Our top four AI Hypercomputer use cases, reference architectures and tutorials

  • March 9, 2025
View Post
  • Computing
  • Engineering

Why a decades old architecture decision is impeding the power of AI computing

  • February 19, 2025
View Post
  • Engineering
  • Software Engineering

This Month in Julia World

  • January 17, 2025
View Post
  • Engineering
  • Software Engineering

Google Summer of Code 2025 is here!

  • January 17, 2025
View Post
  • Data
  • Engineering

Hiding in Plain Site: Attackers Sneaking Malware into Images on Websites

  • January 16, 2025

Stay Connected!
LATEST
  • Camping 1
    The Summer Adventures : Camping Essentials
    • June 27, 2025
  • Host a static website on AWS with Amazon S3 and Route 53
    • June 27, 2025
  • Prioritize security from the edge to the cloud
    • June 25, 2025
  • 6 edge monitoring best practices in the cloud
    • June 25, 2025
  • Genome 5
    AlphaGenome: AI for better understanding the genome
    • June 25, 2025
  • 6
    Pure Accelerate 2025: All the news and updates live from Las Vegas
    • June 18, 2025
  • 7
    ‘This was a very purposeful strategy’: Pure Storage unveils Enterprise Data Cloud in bid to unify data storage, management
    • June 18, 2025
  • What is cloud bursting?
    • June 18, 2025
  • 9
    There’s a ‘cloud reset’ underway, and VMware Cloud Foundation 9.0 is a chance for Broadcom to pounce on it
    • June 17, 2025
  • What is confidential computing?
    • June 17, 2025
about
Hello World!

We are aster.cloud. We’re created by programmers for programmers.

Our site aims to provide guides, programming tips, reviews, and interesting materials for tech people and those who want to learn in general.

We would like to hear from you.

If you have any feedback, enquiries, or sponsorship request, kindly reach out to us at:

[email protected]
Most Popular
  • Oracle adds xAI Grok models to OCI
    • June 17, 2025
  • Fine-tune your storage-as-a-service approach
    • June 16, 2025
  • 3
    Advanced audio dialog and generation with Gemini 2.5
    • June 15, 2025
  • Google Cloud, Cloudflare struck by widespread outages
    • June 12, 2025
  • 5
    Global cloud spending might be booming, but AWS is trailing Microsoft and Google
    • June 13, 2025
  • /
  • Technology
  • Tools
  • About
  • Contact Us

Input your search keywords and press Enter.