1.0.0 • Published 6 years ago
google-cloud-pub-sub v1.0.0
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.
1.0.0
6 years ago