Google Pub/Sub
One if the best strategies for consuming events like Feed Events is a publisher/subscriber queue. Google provides a service like this called Pub/Sub. You can connect a Google Pub/Sub topic from your cloud project and Edlink will publish Feed Events to it. The following document details how to do this.
Check Domain Restricted Sharing Policy
Click here or navigate to IAM & Admin
> Organization Policies
> Search for 'Domain restricted sharing'
. Ensure the charged-epsilon-266500
or all
external domains are allowed.
Create or Select Topic
Topics are limited in GCP so if you already have a topic you use for accepting events like the Edlink platform events you can resue that one. Otherwise create a new one.
Add Edlink as a Publisher
Add datafeed@charged-epsilon-266500.iam.gserviceaccount.com
as a Pub/Sub Publisher to your topic
Finish Setup in Edlink
Navigate to the respective Application in Edlink. Go to the Feeds
page and click Create Subscriber
. Select Google Pub/Sub
and fill in the required fields. Add all events you want to listen to in the Events
field. And make sure the state is Active
to begin receiving events immediately.