Skip to main content

PubSub Source

Authenticationโ€‹

Authentication is done using a GCP Service Account. Create a service account credentials file, and provide the path to it via the GOOGLE_APPLICATION_CREDENTIALS environment variable.

Snowbridge connects to PubSub using Google's Go Pubsub sdk, which establishes a grpc connection with TLS encryption.

Configuration optionsโ€‹

Here is an example of the minimum required configuration:

assets/docs/configuration/sources/pubsub-minimal-example.hcl
loading...

Here is an example of every configuration option:

assets/docs/configuration/sources/pubsub-full-example.hcl
loading...