Configuration
This integration can be configured on the Export Configs tab on each Customer in the Netmore Connect Portal.
For Google Pub/Sub these fields can be configured:
.png)
Topic
Definition: The Pub/Sub topic where data will be published.
Usage: This must match the topic configured in your Google Cloud project. Subscribers to this topic will receive the exported data.
Format Example:
projects/{project-id}/topics/{topic-name}Best Practice: Ensure the topic exists and is properly permissioned before configuring.
Credentials
Definition: The service account key used to authenticate with Google Cloud Pub/Sub.
Usage:
This is typically a JSON-formatted private key file for a service account.
It must have the appropriate Pub/Sub publish permissions (
pubsub.publisher) on the target topic.
Security Tip: Handle this credential securely. Avoid exposing it in logs or public code repositories.