google-cloud-pub-sub
v1.0.0
Published
Sends input data to Google Cloud Pub/Sub.
Downloads
3
Readme
Google Cloud Pub/Sub Output Connector
Sends input data to Google Cloud Pub/Sub.
Example Configuration
The minimal configuration required to get going.
{
"name": "google-cloud-pub-sub",
"options": {
"topic": "topic-name-here"
}
}
Prerequisites
Local Development
Ensure the gcloud console is installed and configured with a service account with permission to publish to Pub/Sub.
For more information see the Google Cloud Pub/Sub quickstart guide.