- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This Adapter allows you to ingest events from a Google Cloud Pubsub subscription.
Configurations
Adapter Type: pubsub
client_options
: common configuration for adapter as defined here.sub_name
: the name of the subscription to subscribe to.service_account_creds
: the string version of the JSON credentials for a (Google) Service Account to use accessing the subscription.project_name
: project name where thesub_name
exists.
API Doc
See the official documentation.
Was this article helpful?